Die Oberfläche von VDS Renaissance ist in mehreren Sprachen verfügbar. Die offizielle Dokumentation wird auf Englisch gepflegt, um eine einheitliche, konsistente und stets aktuelle Referenz zu gewährleisten.
LIST dialog element
Syntax
DIALOG ADD,LIST,<name>,<top>,<left>,<width>,<height>,<tooltip>,<styles>
Description
This dialog element creates a list box at the position and size specified. LIST dialog elements have built-in tab-stops so that information containing tabs can be displayed in columns.
Styles
In addition to user-defined styles to change the default font style and color, the following styles may be used with this dialog element:
| CLICK | The element will generate a <name>CLICK event when an item is selected from the list. |
| DBLCLICK | The element will generate a <name>DBLCLICK event when an item in the list is double-clicked. |
| MULTI | When this style is used, the list box supports multiple selections using the usual Windows method: holding the Shift key while you click to select a block of items; using the Ctrl key while you click to select individual items. The number of items selected can be obtained using the @SELECTED function, and a string containing all the selected items can be obtained using @ITEMS. |
| SORTED | Specifies whether the list items are to be maintained in ASCII order or not. |
| <cursor style> | The cursor will change to the named style when the pointer is over the dialog element. Valid styles are: NONE, ARROW, CROSS, IBEAM, SIZE, NESW, NS, NWSE, WE, UP, WAIT, DRAG, NODROP, HSPLIT, VSPLIT, MULTI, SQL, NO, HELP, HAND. |