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.
Example
// Expands the list of "COMBO_FrenchCity" control
ComboOpen(COMBO_FrenchCity)
Syntax
ComboOpen(<Combo Box control>)
<Combo Box control>: Control name
Name of Combo Box control to use.
A WLanguage error occurs if this parameter does not correspond to a valid control name.
Component: wd290obj.dll
Minimum version required
  • Version 9
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help