ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Controls, pages and windows / List Box functions
  • Miscellaneous
  • Native SQLServer Connector
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
Refreshes a List Box, ListView or Combo Box control based on a data file. List Box, ListView or Combo Box controls populated programmatically are automatically refreshed
Remark: <List Box>.Display can be used on single-selection and multi-selection List Boxes.
Example
// Refresh the "LOOP_ProductLooper" control
LIST_CustomerList.Display()
Syntax
<List Box control>.Display()
<List Box control>: Control name
Name of the List Box, ListView or Combo Box control based on a data file to be refreshed.
Remarks

Miscellaneous

  • To refresh the Table controls, use <Table>.Display.
  • <List Box>.Display can be used on a "Combo Box" table column.
Native Connectors (Native Accesses)

Native SQLServer Connector

If <List Box>.Display handles a List Box control linked to a data file accessed by the Native SQLServer Connector, we recommend that you use the taCurrentFirst and taStart constants.
Component: wd290obj.dll
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