Member attributes: Obfuscation

This attribute controls the format of the generated code.

Syntax

true

false

Discussion

The attribute Obfuscation controls only the format of the generated code and has no effect on the function of the GUI application. If this attribute is true, the Code Generator will try to compress and obfuscate the generated code as much as possible in order to make it difficult to read by a human. In turn, if this attribute is set false, no adaptation on the generated code is applied. The exact effect of this attribute depends on the selected PlatformPackage.

In particular, when using the WebGL Platform Package it is strongly recommended to obfuscate the generated code.

Modify the attribute

To inspect or modify the value of an Obfuscation attribute, select first the affected profile member. Thereupon, the attribute is listed in the middle area of Inspector. Please note the available assistant you can activate by clicking on the button right to the attribute. The assistant lists all appropriate values for this attribute:

Please note, the attribute can be hidden if it is not supported by the Platform Package selected in the particular profile member.