ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Controls, pages and windows / Combo 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
Expands the list of a Combo Box control (single-column or multi-column Combo Box).
Remarks:
  • The Combo Box control whose list is expanded gains focus and the entry code of this Combo Box is run.
  • If another Combo Box control is expanded, this Combo Box is closed first.
Universal Windows 10 App This function cannot be used on the native Combo Boxes ("Native Combo Box (Windows Store Apps)" checked in the "Details" tab of the control description window).
Example
// Expands the list of "COMBO_FrenchCity" control
COMBO_FrenchCities.Open()
Syntax
<Combo Box control>.Open()
<Combo Box control>: Control name
Name of Combo Box control to use.
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