Specifies if compiled source code in a project is encrypted.
Syntax
Object.Encrypted[ = lExpression]
Settings
lExpression
The settings for the Encrypted property are:
Setting | Description |
True (.T.) | The compiled source code is encrypted. Setting lExpression to true (.T.) provides additional protection for your source code, and is identical to including the ENCRYPT argument in the COMPILE command. |
False (.F.) | (Default) The compiled source code isn’t encrypted. |
Remarks
Source code in a project includes program and format files, source code in form, label, report, and visual class libraries, and stored procedures in databases. The Encrypted property corresponds to the Encrypted check box on the Project tab of the Project Information dialog box.