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
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.
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
// Expands the list of "COMBO_FrenchCity" control
COMBO_FrenchCities.Open()
Syntax
<Combo Box control>.Open()
<Combo Box control>: Control name
Name of Combo Box control to use.
Component: wd290obj.dll
Versión mínima requerida
  • Versión 23
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 19/06/2023

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