|
|
|
|
|
|
|
The Tab control is used to simultaneously display different controls...... |
|
|
|
|
|
|
License agreement for the tools included with WINDEV, WEBDEV and WINDEV Mobile... |
|
|
|
|
|
|
Sharing a project in practice... |
|
|
|
|
|
|
Displays a long text in a text control in Pascal and in C. |
|
|
|
|
|
|
Used to emit a beep on the speaker of the computer. |
|
|
|
|
|
|
Opens the project library that is stored on disk. |
|
|
|
|
|
|
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. |
|
|
|
|
|
|
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. |
|
|
|
|
|
|
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 status of a menu option (active, invisible, grayed). |
|
|
|
|
|
|
Finds out whether a menu option is marked or not. |
|
|
|
|
|
|
Selects or deselects, makes invisible, marks or unmarks an option found in the current menu. |
|
|
|
|
|
|
Adds an element to a Combo Box or List Box control. |
|
|
|
|
|
|
Modifies an element in a drop-down list or in an expanded list. |
|
|
|
|
|
|
Returns the number of elements found in a list. |
|
|
|
|
|
|
Position the first element displayed in the list or returns the subscript of the first element displayed. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|