ONLINE HELP WINDEV, WEBDEV AND WINDEV MOBILE
Version: 151617181920212223242526
Name of memory List Box or memory Combo Box control to use.
Element that must be inserted into the specified memory List Box (or Combo Box) control. This parameter can contain:Carriage Return characters (CR) to add several rows. In this case:if <Element subscript> is not specified, the elements are actually added.If <Element subscript> is specified, only the first element will be added.tabs (TAB) to obtain a multi-element List Box control (see Notes). The Carriage Return characters (CR) and the tabulations (TAB) are not supported. To add several consecutive spaces, non-breakable space characters must be used: Charact(160).
Subscript of element to insert.If this parameter:is not specified, the element is inserted:before the current element in a single-selection List Box control. If there is no current element, the element is inserted at the end of the memory List Box (or Combo Box) control.at the end of the List Box (or Combo Box) control in a multiselection List Box control.is greater than the number of elements found in the List Box (or Combo Box) control, the element is inserted at the end of the memory List Box (or Combo Box) control. The number of elements found in a List Box (or Combo Box) control is returned by <List Box>.Count.is equal to 0, the element is added at the beginning of memory List Box (or Combo Box) control.
List Box controls containing more than 10 000 elements
Visibility/Invisibility of elements in a List Box or Combo Box control
Sorted/Unsorted List Box control
Adding an element onto the browser
Miscellaneous
Last update: 09/18/2020
Send a report | Local help
Searching...
I accept the terms of the license agreement
All you have to do is configure your product as follows: