FrameWork - Declarations and general methods.
The FWintern..::..ExpVariable type exposes the following members.
Fields
| Name | Description | |
|---|---|---|
| dMax |
Maximum value, if the restriction vfMax was set.
| |
| dMin |
Minimum value, if the restriction vfMin was set.
| |
| Flags |
Flags restricting the values, see VariableFlags for more details.
| |
| szDefault |
Default values. Leave blank if not used. Separate by ; for more values.
| |
| szDescription |
Description of the variable, more than one line allowed.
| |
| szName |
Name of the variable. Use a short name.
| |
| szUnit |
Unit of the variable. Leave blank if not used.
| |
| varValue |
Array containing the values set in Settings/Variables.
|