Field |
Explanation |
FeatNum |
Each feature can have a user-defined feature number. This number can be arbitrarily defined by the user and is not used by the TFeatureMatrix class. |
FeatName |
Name of the feature. The name of the feature is restricted to a maximum of 20 characters. |
FeatKind |
Type of the feature. This property controls the type of the feature: integer, double precision floating point numbers, tri-state values and strings are allowed (see TFeatKind for details).
|
Comment |
An arbitrary comment. Maximum length is 60 characters. |
PresetValues |
Sometimes the range of allowed values of a feature is restricted to a selection of predefined values. In this case you can define preset values and store them in the feature properties. |
Sorted |
This field indicates whether the preset values should be displayed in sorted order. Please note that this field is not used by the class, thus you may use it for other purposes as well. |
GUIElem |
Sometimes certain features are related to particular controls of the user interface. The GUIElem field is intended to store a pointer to the corresponding control. |