ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Controls, pages and windows / List Box functions
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
The following functions handle List Box, ListView and Combo Box controls (prefix syntax):
<List Box>.AddAdds an element programmatically to a List Box, ListView, Combo Box or Carousel control.
<List Box>.CountReturns the number of elements in a List Box, ListView or Combo Box control.
<List Box>.DeleteDeletes an element from a List Box, ListView or Combo Box control populated programmatically.
<List Box>.DeleteAllClears a List Box, ListView or Combo Box control populated programmatically.
<List Box>.DisplayRefreshes a List Box, ListView or Combo Box control based on a data file.
<List Box>.InfoXYReturns the index of the row (or image) at a given position in a List Box or ListView control.
<List Box>.InsertInserts an element into a List Box, ListView or Combo Box control populated programmatically.
<List Box>.ModifyModifies an element in a List Box, ListView or Combo Box control populated programmatically.
<List Box>.MoveLineMoves a row or swaps two rows in a List Box or Combo Box control.
<List Box>.PositionDisplays a List Box (or a ListView) control from a specified element or returns the index of the first element displayed in a List Box control (if the scrollbar was used).
<List Box>.SeekSeeks an element in a List Box control (standard List Box or ListView) or in a Combo Box control (including the values described by gLink).
<List Box>.SelectReturns the index of the selected element in a List Box, ListView or Combo Box control.
<List Box>.SelectCountReturns the number of elements selected in a List Box, ListView or Combo Box control.
<List Box>.SelectMinusDeselects an element in a List Box, ListView or Combo Box control.
<List Box>.SelectPlusSelects one or more elements in a List Box, ListView or Combo Box control.
<List Box>.SortSorts the elements in a List Box, ListView or Combo Box control populated programmatically.
Minimum version required
  • Version 23
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 06/19/2023

Send a report | Local help