|
|
|
|
|
|
|
Retrieves the value in a control or in a variable. |
|
|
|
|
|
|
Displays a long text in a text control in Pascal and in C. |
|
|
|
|
|
|
Used to emit a beep on the speaker of the computer. |
|
|
|
|
|
|
Loads the file that contains the error messages handled by WD??EXE.DLL in the desired language. |
|
|
|
|
|
|
Displays a dialog box that includes a logo, a message, the "Yes", "No" and "Cancel" buttons ans returns the button validated by the user. |
|
|
|
|
|
|
Returns the index of the current column in a Table based on a data file or in a Table populated programmatically. |
|
|
|
|
|
|
Retrieves the coordinates of the control in relation to the top left border of the window as well as the physical size of a control. |
|
|
|
|
|
|
Retrieves the name of the control being edited and its index, if necessary. |
|
|
|
|
|
|
Initializes the file items with the value of the window controls bound to these items. |
|
|
|
|
|
|
Initializes the window controls with the values of the file items linked to the controls. |
|
|
|
|
|
|
Indicates the name of the first editable control or the name of the next control that must be in edit. |
|
|
|
|
|
|
Resets to zero (for a numeric control) or clears (for the other types of controls) the content of the controls found in the current window. |
|
|
|
|
|
|
Displays a value in a control or assigns a value in a variable. |
|
|
|
|
|
|
Starts the input in the controls of a window. |
|
|
|
|
|
|
Modifies the status of a control (invisible, active, inactive, grayed) |
|
|
|
|
|
|
Returns the name of the next editable control. |
|
|
|
|
|
|
Defines whether a control is included (or not) in the current window. |
|
|
|
|
|
|
Displays a dialog box containing an error logo and the message passed in parameter. |
|
|
|
|
|
|
Fills the content of WdString with space characters on the right. |
|
|
|
|
|
|
Runs the code of a control or the code of a procedure in WLanguage. |
|
|
|
|
|
|
Returns the number of windows opened at a given time. |
|
|
|
|
|
|
Returns the handle of a window or control. |
|
|
|
|
|
|
Returns the status of a menu option (active, invisible, grayed). |
|
|
|
|
|
|
Modifies the caption of a menu option. |
|
|
|
|
|
|
Finds out whether a menu option is marked or not. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|