AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Este contenido se ha traducido automáticamente.  Haga clic aquí  para ver la versión en inglés.
Ayuda / WLanguage / Propiedades WLanguage / Propiedades de ventanas, páginas y controles
WINDEV
WindowsLinuxJavaReportes y ConsultasCódigo de Usuario (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Código Navegador
WINDEV Mobile
AndroidWidget Android iPhone/iPadIOS WidgetApple WatchMac Catalyst
Otros
Procedimientos almacenados
The property SearchFAA property allows you to:
  • find out whether the search via AAF is enabled on a non-editable Combo Box control,
  • enable or disable the search option via the AAF in a non-editable Combo Box control.
Note: This property is equivalent to the "Con búsqueda" option available in the "Detail" tab of the Combo Box control description window.
'With search' option
A search field is then displayed when the combo is unrolled.
Search control displayed in the expanded Combo Box
Ejemplo
// Click on the [Enable the search] button
COMBO_Customer.SearchAAF = True
Sintaxis

Finding out whether the search is enabled on a non-editable Combo Box control Ocultar los detalles

<Result> = <Control used>.SearchAAF
<Result>: Boolean
  • True if the search is enabled,
  • False otherwise.
<Control used>: Control name
Name of non-editable Combo Box control to use.

Enabling (or not) the search on a non-editable Combo Box control Ocultar los detalles

<Control used>.SearchAAF = <Activation/Deactivation>
<Control used>: Control name
Name of non-editable Combo Box control to use.
<Activation/Deactivation>: Boolean
  • True to enable the search,
  • False to disable the search.
Versión mínima requerida
  • Versión 23
Esta página también está disponible para…
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 10/05/2025

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