Function IsCrypted() Professional
Check if workarea is encrypted
Syntax
IsCrypted() -->lYes
Return
The function returns .T. if the data of the current workarea are encrypted.
Description
The function IsCrypted() is used to determine if the data of the current workare are encrypted.
Examples
PROC ShowData
IF IsCrypted()
? "Data is encrypted"
ELSE
? "Data is not encrypted"
ENDIF
RETURN
Feedback
If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.