text

Form XML code

Possible and default values

Associated containers, widgets and theme elements

Associated 4gl syntax and ui methods

Influence and behavior

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.

Form XML code:

depends on a widget

For example,

<Button text="Button"identifier="bt"/>

or

<Browser text="www.querix.com"identifier="br"/>

Possible values:

depend on the user's needs

Default value:

depends on a widget

Browser

www.querix.com

 

Button

Button N

N is the number of the button in the order of their addition to the form

Calendar

<no text>

 

FunctionField

<no text>

 

ComboBox

<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

Label

New Label

by default, every new label will hold the same text regardless of how many labels there are in the form

ListBox options

valueN

N is the number of the option in the order of their addition to the form

MenuGroup

Menu group

by default, every new menu group will hold the same text regardless of how many menu groups there are in the form

MenuCommand

Menu command

by default, every new menu command will hold the same text regardless of how many menu commands there are in the form

TextArea

<no text>

 

TextField

<no text>

 

ToolbarButton

tbButtonN

N is the number of the toolbar button in the order of their addition to the form

TimeEditField

<no text>

 

Associated containers, widgets and theme elements:

Browser

Button

Calendar

FunctionField

ComboBox (and its options)

Label

ListBox options

MenuGroup

MenuCommand

TextArea

TextField

ToolbarButton

TimeEditField

Associated 4gl syntax:

DISPLAY ... TO 

Associated ui methods:

setText 

getText

ui.Form.setElementText

ui.ComboBox.getItemText

ui.ComboBox.getTextOf

Influence and behavior:

Here is the information the text property specifies for each associated widget:

 

To change the text of a widget in the form,

 

To change the text of a widget at runtime,

 

 

Contact Us

Privacy Policy

Copyright © 2024 Querix, (UK) Ltd.