Encrypted Property

Specifies if compiled source code in a project is encrypted.

Object.Encrypted[ = lExpression]

Property Values

  • 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.

See Also

COMPILE | Project Information Dialog Box

Applies To: Project Object