text specifies the text associated with a widget. Depending on a widget ↓ , it can be a widget's label text, its default value, or a path to any content to be displayed.
depends on a widget
For example,
or
depend on the user's needs
Default value:
depends on a widget
www.querix.com |
|
|
Button N |
N is the number of the button in the order of their addition to the form |
|
<no text> |
|
|
<no text> |
|
|
<no text> |
every ComboBox option, once added gets the text - valueN - where N is the number of the item in the order of their addition to the form |
|
New Label |
by default, every new label will hold the same text regardless of how many labels there are in the form |
|
valueN |
N is the number of the option in the order of their addition to the form |
|
Menu group |
by default, every new menu group will hold the same text regardless of how many menu groups there are in the form |
|
Menu command |
by default, every new menu command will hold the same text regardless of how many menu commands there are in the form |
|
<no text> |
|
|
<no text> |
|
|
tbButtonN |
N is the number of the toolbar button in the order of their addition to the form |
|
<no text> |
|
Associated containers, widgets and theme elements:
Associated ui methods:
Here is the information the text property specifies for each associated widget:
To change the text of a widget in the form,
double-click the widget and type the new text directly into it:
change the value of the property in the Properties pane:
To change the text of a widget at runtime,