|
|
|
|
|
|
|
The different types of items proposed in the data model editor are as follows: |
|
|
|
|
|
|
Returns the number of elements selected in a List Box, ListView or Combo Box control. |
|
|
|
|
|
|
Returns the index of the selected element in a List Box, ListView or Combo Box control. |
|
|
|
|
|
|
Modifies an element in a List Box, ListView or Combo Box control populated programmatically. |
|
|
|
|
|
|
Inserts an element into a List Box, ListView or Combo Box control populated programmatically. |
|
|
|
|
|
|
Adds an element programmatically to a List Box, ListView, Combo Box or Carousel control. |
|
|
|
|
|
|
Adds an element to a List Box, ListView or Combo Box control populated programmatically. |
|
|
|
|
|
|
Refreshes a List Box, ListView or Combo Box control based on a data file |
|
|
|
|
|
|
Deletes an element from a List Box, ListView or Combo Box control populated programmatically. |
|
|
|
|
|
|
Adds an "invisible" value to an element in a List Box, Combo Box or Scheduler control. |
|
|
|
|
|
|
Allows (or not) retrieving the value defined by gStoredValue in a List Box or a Combo Box control. |
|
|
|
|
|
|
Moves a row or swaps two rows in a List Box or Combo Box control. |
|
|
|
|
|
|
Moves a row or swaps two rows in a List Box or Combo Box control. |
|
|
|
|
|
|
Returns the index of the row (or image) at a given position in a List Box or ListView control. |
|
|
|
|
|
|
Returns the index of the row (or image) at a given position in a List Box or ListView control. |
|
|
|
|
|
|
Populates a List Box or Combo Box control programmatically with the records from a data file or query. |
|
|
|
|
|
|
List of functions for handling List Box, ListView and Combo Box controls (prefix syntax)... |
|
|
|
|
|
|
You can manipulate List Box controls in a window or page using the following WLanguage properties...... |
|
|
|
|
|
|
The Width property gets and changes the width:
of a control or block in a report.
of a control (found in a window), window, column found in a table or column found in a list box (including listview).
of a control (found in a page), column found in a table or column found in a list box. The control can be overlayable or not.... |
|
|
|
|
|
|
Searches for an element in a List Box, ListView or Combo Box control (including the values described by gStoredValue). |
|
|
|
|
|
|
Changes the characteristics of the selection bar in a Table control, Combo Box control or List Box control. |
|
|
|
|
|
|
The statement FOR EACH is used to perform different types of browse on the controls (List Box, Table or Looper controls)... |
|
|
|
|
|
|
The BrowsedItem property is used to:
Get the item used to automatically loop through Table, Looper, List Box, ListView and Combo Box controls, supercontrols and reports based on data files.
Change the item used to automatically loop through Table, Looper, List Box, ListView and Combo Box controls, supercontrols and reports based on data files. Then, the iteration is reinitialized.... |
|
|
|
|
|
|
Displays (or not) a scrollbar in a WINDEV control (edit control or list box) even if no scrollbar was specified during the control description. |
|
|
|
|
|
|
The AutomaticTooltip property is used enable or disable automatic tooltips on List Box, Table and TreeView Table controls. |
|
|
|
|
|
|
The main characteristics of a List Box control are as follows...... |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|