Xdialog Function Reference
Alpha Five provides the following Xdialog functions.
|
Function |
|
Description |
|
V6 |
Prints the contents of a text control on an Xdialog form. | |
|
V6 |
Allows you to search and replace text in a control on an Xdialog form. | |
|
V5 |
Adds 'owner-draw' formatting command to a CR-LF delimited list. | |
|
V6 |
Adds help text to an Xdialog. | |
|
V5 |
Returns specially formatted data for display of advanced record lists in an Xdialog form. | |
|
V5 |
Displays a dialog box and returns a character string. | |
|
V5 |
Forces a dialog to commit its contents. | |
|
V6 |
Detects which anchor button receives the button click. | |
|
V6 |
Returns the definition of the control that the mouse is over. | |
|
V5 |
Creates an invisible modeless dialog, which can later be displayed. | |
|
V5 |
Retrieves the definition of the current control in the named dialog. | |
|
V5 |
Sets focus to a control in a dialog. | |
|
V6 |
Creates a pointer that allows you to manipulate the size and position of objects within an Xdialog box. | |
|
V6 |
Evaluates an expression in the context of a modeless Xdialog. | |
|
V6 |
Determines whether a variable exists in a modeless dialog. | |
|
V5 |
Invokes an action event in the specified dialog. | |
|
V5 |
Displays a help topic for the current dialog. | |
|
V5 |
Hides the specified dialog. | |
|
V6 |
Returns .T. (TRUE) if any component of an Xdialog has focus. | |
|
V5 |
Indicates whether the specified dialog is maximized. | |
|
V5 |
Indicates whether the specified dialog is minimized. | |
|
V5 |
Maximizes the specified dialog. | |
|
V5 |
Minimizes the specified dialog. | |
|
V5 |
Makes a modeless dialog box behave like a modal dialog box. | |
|
V5 |
Moves a dialog to a new position. | |
|
V6 |
Moves the cursor to the next or previous control on an Xdialog form. | |
|
V6 |
Sends an event to a modeless dialog, but does not generate an error if the dialog does not exist. | |
|
UI_DLG_PANEL() |
V8 |
|
|
V8 |
When used by an embedded dialog, returns the name of its parent dialog. | |
|
V5 |
Refreshes the contents of a dialog. | |
|
V6 |
Refreshes a selected list of controls on a dialog. | |
|
V5 |
Clears any remembered alignment, size, or position data. | |
|
V5 |
Retrieves alignment, size, and position data for a dialog box. | |
|
V5 |
Resizes a dialog box. | |
|
V5 |
Displays a dialog box. | |
|
V6 |
Returns the height of the specified embedded Xdialog. | |
|
V6 |
Returns the width of the specified embedded Xdialog. | |
|
V5 |
Retrieves events for a dialog. | |
|
V5 |
Retrieves the height of a dialog in units (specified by the {UNITS} command). | |
|
V5 |
Retrieves the lists for a dialog. | |
|
V5 |
Retrieves the variables of a dialog. | |
|
V5 |
Retrieves the width of a dialog in units (specified by the {UNITS} command). | |
|
V5 |
Creates a modeless dialog. | |
|
V5 |
Returns the name of the button being pressed on a modeless dialog box. | |
|
V5 |
Resets the value of a button on a modeless dialog box. | |
|
V5 |
Closes a modeless dialog box. | |
|
V5 |
Indicates whether a modeless dialog box exists. | |
|
V5 |
Refreshes a modeless dialog box. | |
|
V5 |
Sets focus to a modeless dialog box. | |
|
V6 |
Returns .T. (TRUE) when a modeless dialog box is in the process of being resized. | |
|
V8 |
Pauses a script until UI_MODELESS_DLG_EXIST() returns .T. (TRUE) or .F. (FALSE). Use this function when the testing if some UI component is present. |