Xdialog Language Directives and Operators
The following topics are available.
|
Control |
Function |
Description |
|
Button |
Sets the border style for a button. | |
|
Defines an image to place on a button. | ||
|
Specifies the formatting of a button's label. | ||
|
Specifies the formatting of a button's label when the button has focus. | ||
|
Defines bubble help for a button. | ||
|
Combo Box |
Displays bubble help containing the possible entries, calculated from what has been typed into the field. | |
|
Dynamic Text |
Causes the line spacing of dynamic text to be calculated based on the actual font being used. | |
|
Specifies the formatting of the text. | ||
|
Specifies the background colors. | ||
|
Specifies the foreground colors. | ||
|
Embedded Dialog |
Makes the embedded dialog scrollable. | |
|
List Box |
Defines the multiple column structure of a multi-column list box. | |
|
Causes the line spacing in a list box to be adjusted automatically for the point size of the type being displayed. | ||
|
Defines a multiple selection list box using standard Windows conventions for selecting multiple items. | ||
|
References the name of a character variable containing an owner draw format string to be applied when the list box is loaded. It is used when creating resizable column list boxes. | ||
|
Allows horizontal scrolling in a list box. | ||
|
Defines an image to place in a list box. | ||
|
Defines a record list edit combo box. | ||
|
Defines a record list list box. | ||
|
Defines a multiple selection list box. The multi-select behavior requires you to click an item to select or deselect. | ||
|
Causes a multiple selection list box to return the item with focus at the beginning of the list. The multi-select behavior requires you to Shift+Click or Ctrl+Click. | ||
|
Populates a list box with the selections of a Multi-Select List Box. | ||
|
Allows you to format the entries in a List Box control.
{@} Operator Selects text from the input value in a list box owner draw string. {B} Operator Specifies background colors in a list box owner draw string. {C} Operator Specifies foreground colors in a list box owner draw string. {F} Operator Specifies font, point size, and style in a list box owner draw string. {I} Operator Specifies an image in a list box owner draw string. {T} Operator Specifies a tab in a list box owner draw string. | ||
|
Defines that a list box will have a specific number of lines, regardless of the point size of the text in the list box. | ||
|
Defines bubble help for a list box. | ||
|
Macro Expansion Symbol |
Allows a Record List or Tree List control to read its formatting instructions from a variable. | |
|
Radio Button |
Sets the border style for a button. | |
|
Defines an image to place on a radio button. | ||
|
Defines bubble help for a radio button. | ||
|
Rich Text Field |
Displays formatted editable text in scrollable window with a ruler at its top. | |
|
Displays formatted editable text in scrollable window. | ||
|
Displays text in a static, read-only scrollable window. | ||
|
Displays text in a static, non-scrollable window. | ||
|
Static Text |
Specifies that width (character) and height (line) calculations will be performed using the currently specified font and point size. | |
|
Allows you to format static text.
{B} Operator Specifies background colors in a list box owner draw string. {C} Operator Specifies foreground colors in a list box owner draw string. {F} Operator Specifies font, point size, and style in an owner draw string. {I} Operator Adds an image into a static text in an owner draw string. | ||
|
Tab |
Positions the labels of the tab control. | |
|
Formats the labels of a tab control. | ||
|
Specifies that the text contains embedded formatting commands. | ||
|
Defines the number of tab rows to display. | ||
|
Text Box |
Defines a text box with auto advance. | |
|
Defines the text box whose text will be auto-selected. | ||
|
Allows a text box to accept a tab as a character, as opposed to moving the cursor to the next control. | ||
|
Converts the text box into an editor for A5W pages. | ||
|
The F directive provides formatting for a time or date value. | ||
|
Converts the text box into a Interactive Window. | ||
|
Converts the text box into a Code Editor. | ||
|
Keep text highlighted even when the control loses focus. | ||
|
Creates a multi-line text box. | ||
|
Hides input to the text box, allowing it to be used to capture passwords. | ||
|
Creates a smart field. | ||
|
Makes a text box read-only. | ||
|
Creates a spin control. | ||
|
Indicates that the following data is a time or date value. | ||
|
Creates a vertical scroll bar. | ||
|
Creates a word-wrapped a multi-line text box. | ||
|
Tree |
Defines the separator between data elements within each line of the input string. | |
|
Specifies image used in a tree control. | ||
|
Specifies whether to draw boxes and lines. |
|
Tree |
Allows you to dynamically populate the branches of a tree control with function calls. |
See Also