Function IsCrypted() Professional
Check if workarea is encrypted
IsCrypted() -->lYes
The function returns .T. if the data of the current workarea are encrypted.
The function IsCrypted() is used to determine if the data of the current workare are encrypted.
PROC ShowData
IF IsCrypted()
? "Data is encrypted"
ELSE
? "Data is not encrypted"
ENDIF
RETURN
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.