Enabled | Defines whether the widget is enabled or not. |
Magnitude | Sets the magnitude to be used for the value displayed. |
Name | Name of the dialog object. Also used to generate the C++ instance name of the widget. |
Precision | Sets the precision to be used for the value displayed. |
Unit | Sets the unit to be used for the value displayed. |
UseDecimalPrecision | Set to TRUE if the precision indicates the number of digits to display after the decimal point, or set to FALSE if the precision indicates the number of significative digits. |
Visible | Sets whether the widget is visible or not. |
IconFocussed | Corresponds to the name of the icon when the dialog object is on focus. |
IconNormal | Corresponds to the name of the icon in its default status. |
IconSelected | Corresponds to the name of the icon when the dialog object is selected. |
AttachedToBottom | Sets whether the widget is attached to the bottom side of the grid. |
AttachedToleft | Sets whether the widget is attached to the left side of the grid. |
AttachedToRight | Sets whether the widget is attached to the right side of the grid. |
AttachedToTop | Sets whether the widget is attached to the top of the grid. |
ConstantHeight | Sets whether the widget has a constant height. |
ConstantWidth | Sets whether the widget has a constant width. |
Direction | Defines the direction of the separation line. |
Help | Corresponds to the help message displayed in the message area of the status bar. |
LongHelp | Corresponds to the message displayed in the box when the What's This command is used. |
ShortHelp | Corresponds to the short help message (or tooltip) of the dialog object. |
Title | Corresponds to the title or to the text content of the widget. |