Encrypted Property
Specifies if compiled source code in a project is encrypted.
Object.Encrypted[ = lExpression]
Return Value
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
Applies To: Project Object (Visual FoxPro)
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.
See Also
Reference
Project Information Dialog Box