|
Custom Properties |
Top Previous Next |
|
In addition to standard component properties, it's possible to define your own custom properties. These properties may be used for keeping widget internal state, e.g intermediate result of some calculation. Custom properties may be added to any widget component, however, they don't affect component's behaviour or visual presentation. Instead, custom properties may be referred by widget bindings. Managing Custom Properties Custom properties are managed via context menu of GUI Builder's component properties dialog. There are three pertinent menu items:
Custom Property Parameters Parameters of custom property may be specified during its creation and edited later on. A custom property is a single-cell Data Table by its nature. Property name match the name of its only field and defined by the Name parameter. Property name is used to refer it by widget bindings. The description of property and its only field are defined by Description parameter. Other parameters of custom property are described in Data Table Format section. |