ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Controls, pages and windows / Combo Box functions
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
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 the Combo Box control to be used.
A WLanguage error occurs if this parameter does not correspond to a valid control name.
Component: wd300obj.dll
Minimum version required
  • Version 9
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 11/26/2024

Send a report | Local help