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 SearchAAF property is used 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 control is displayed when the Combo Box is expanded.
Search control displayed in the expanded Combo Box
Ejemplo
// Clic sur le bouton [Activer la recherche]
COMBO_Client.RechercheFAA = 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: 02/10/2024

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