|
|
|
|
|
|
|
|
|
|
|
|
|
|
| Modifies a column in a horizontal Table control. |
|
|
|
|
|
|
|
| Inserts text or HTML code at the cursor position in an HTML Editor control. |
|
|
|
|
|
|
|
| This page explains how to program Table controls based on a data file...... |
|
|
|
|
|
|
|
| The "Internal Page" control is used to include a page (and its code) in a control of another page...... |
|
|
|
|
|
|
|
| The windows of a WINDEV application can be resized at runtime...... |
|
|
|
|
|
|
|
| Restores the scrollbar position in a Looper control as well as the selected elements. |
|
|
|
|
|
|
|
| Returns the name of a column found in a Table or Treeview Table control. |
|
|
|
|
|
|
|
| Moves a row or swaps two rows in a Looper control. |
|
|
|
|
|
|
|
| Restores:
the scrollbar position in a Spreadsheet control,
the current worksheet,
the elements selected in the current worksheet of Spreadsheet control.
These elements have been saved by SpreadsheetSavePositionAndSelection.... |
|
|
|
|
|
|
|
| Moves the scrollbar to display a specific row or returns the index of the first row displayed in a Looper control populated programmatically. |
|
|
|
|
|
|
|
| The Special paste command is used to explicitly choose the format in which the clipboard content will be pasted in the window editor...... |
|
|
|
|
|
|
|
| Performs a search in:
a Table control,
a TreeView Table control,
a table displayed in a Combo Box control.... |
|
|
|
|
|
|
|
| A supercontrol is an advanced type of control...... |
|
|
|
|
|
|
|
| The planes are used to group the window controls...... |
|
|
|
|
|
|
|
| Deselects an element in a List Box, ListView or Combo Box control. |
|
|
|
|
|
|
|
| Deletes all rows from:
a Table control populated programmatically,
a TreeView Table control populated programmatically,
a table displayed in a Combo Box control.... |
|
|
|
|
|
|
|
| Returns the number of selected columns found in a table. This function is kept for backward compatibility. It is recommended to use TableSelectCount. |
|
|
|
|
|
|
|
| Returns the index of a column in a Table or Treeview Table control. |
|
|
|
|
|
|
|
| The diagSelection type is used to define all the advanced characteristics of a selection made in a diagram. |
|
|
|
|
|
|
|
| Returns the column number corresponding to one of the columns selected in the Table control. This function is kept for backward compatibility. It is recommended to use TableSelect. |
|
|
|
|
|
|
|
| Returns for a given position in a Table or TreeView Table control (coordinates of a control point):
the name of the column displayed for the specified position.
the index of the row or column for the specified position.... |
|
|
|
|
|
|
|
| Closes the group currently open in a Ribbon control. |
|
|
|
|
|
|
|
| Clears a List Box, ListView or Combo Box control populated programmatically. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|