|
|
|
|
|
|
|
Functions for managing multiple languages... |
|
|
|
|
|
|
The description window of a combining query consists of several sections...... |
|
|
|
|
|
|
Fills the content of WdString with space characters on the right. |
|
|
|
|
|
|
Starts the input in the controls of a window. |
|
|
|
|
|
|
The SQLCodeExecuted property gets the SQL code of a query after replacing the parameters with a value. |
|
|
|
|
|
|
WINDEV Mobile tutorial: WLanguage basics Lesson 1 - WLanguage - 5 min |
|
|
|
|
|
|
Opens the project library that is stored on disk. |
|
|
|
|
|
|
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. |
|
|
|
|
|
|
Retrieves the value in a control or in a variable. |
|
|
|
|
|
|
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. |
|
|
|
|
|
|
Returns the status of a menu option (active, invisible, grayed). |
|
|
|
|
|
|
Finds out whether a menu option is marked or not. |
|
|
|
|
|
|
Adds a menu into the window that is opened. |
|
|
|
|
|
|
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. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|