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
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.
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 the Combo Box control to be used.
Component: wd300obj.dll
Minimum version required
  • Version 23
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 09/26/2024

Send a report | Local help