ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

  • 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 the display of a browsing List Box, ListView or Combo Box control. For a memory List Box or Combo Box control, the refresh is automatically performed.
Remark: <List Box>.Display can be used on single-selection and multi-selection List Boxes.
Example
// Rafraîchissement du champ "LISTE_ListeClient"
LISTE_ListeClient.Affiche()
Syntax
<List Box control>.Display()
<List Box control>: Control name
Name of the browsing List Box (or Combo Box) control to refresh.
Remarks

Miscellaneous

  • To refresh the Table controls, use TableDisplay.
  • <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: wd270obj.dll
Minimum version required
  • Version 23
This page is also available for…
Comments
Click [Add] to post a comment