AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Ayuda / WLanguage / Funciones WLanguage / Controles, páginas y ventanas / Funciones Combo Box
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.
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
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
Versión mínima requerida
  • Versión 9
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 26/05/2022

Señalar un error o enviar una sugerencia | Ayuda local