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
Closes the drop-down list in a Combo Box control (simple or multi-column Combo Box control).
Remarks:
  • ComboClose has no effect if the list of Combo Box control is not expanded.
  • In most cases, the list of Combo Box control is automatically closed when the user selects a value or when he clicks outside the list.
Example
// Close the drop-down list of "COMBO_FrenchCity" control
ComboClose(COMBO_FrenchCity)
Syntax
ComboClose(<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