Other code generation options
In addition to the custom code creation properties, the following options are available under the Code Generation tab of each component's property sheet in the Component Inspector:
- Code Generation - enables you to choose between generating standard or serialization code for the component.
- Serialize To - enables you to set the name of the file for the component to be serialized to (if it is serialized).
- Use Default Modifiers - If
True
, the component's variable modifiers will be generated according to the default modifiers set in theVariables Modifier
property set in the property sheet forForm Objects
in the Global Options window. IfFalse
, theVariable Modifiers
property will appear on the property sheet enabling you to set the modifiers.
Contents | Prev | Next | Index |