|
|
|
|
|
|
|
|
|
|
|
|
|
|
| List of properties associated with the Preset control |
|
|
|
|
|
|
|
| The "Preset controls" pane proposes several preset controls that can be included in the current window or in the current page by "Drag and Drop"... |
|
|
|
|
|
|
|
| It is not uncommon for developers to recreate the same controls, with the same style and (almost) the same code in the same project, without using a template or an Internal Window control... |
|
|
|
|
|
|
|
| To handle a Rich Text Area control programmatically, use the variable of the Rich Text Area control directly in the code...... |
|
|
|
|
|
|
|
| The Num1stDayOfTheWeek property gets and sets the 1st day of the week displayed in:
a Calendar control.
an Organizer control.
a Scheduler control.
an edit control in Date format with Calendar.... |
|
|
|
|
|
|
|
| The InitialContent property gets the initial content:
of a List Box control populated programmatically.
of a Combo Box control populated programmatically.
of a "List of values" column in a Table control.
in a Spreadsheet control.... |
|
|
|
|
|
|
|
| The rows of TreeView controls in a window or page can be manipulated using different WLanguage properties...... |
|
|
|
|
|
|
|
| The Border property gets and sets the characteristics of the borders:
for a report control or block.
for a window control.
for a cell of the Table control.... |
|
|
|
|
|
|
|
| The Windows windows developed with WINDEV...... |
|
|
|
|
|
|
|
| Spreadsheets are one of the most used office tools...... |
|
|
|
|
|
|
|
| The Control type is used to define the characteristics of a control. |
|
|
|
|
|
|
|
| Deletes a break from a Table control or from a Looper control. |
|
|
|
|
|
|
|
| Deletes all breaks from a Table control or from a Looper control. |
|
|
|
|
|
|
|
| Specifies the name of control that was in edit before the current control. |
|
|
|
|
|
|
|
| A Line control is used to display a line in a page...... |
|
|
|
|
|
|
|
| The Drawer control can be expanded in order to display (or not) the integrated controls...... |
|
|
|
|
|
|
|
| Refreshes a Kanban control or a card in the Kanban control. |
|
|
|
|
|
|
|
| Refreshes a Kanban control or a card in the Kanban control. |
|
|
|
|
|
|
|
| Methods to associate a control with a tab pane...... |
|
|
|
|
|
|
|
| WINDEV allows you to handle a Range Slider control through programming...... |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|