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:
  • <Combo box>.Close 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.
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
// Close the drop-down list of "COMBO_FrenchCity" control
COMBO_FrenchCities.Close()
Syntax
<Combo Box control>.Close()
<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