AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Ayuda / WLanguage / Propiedades WLanguage / Propiedades de ventanas, páginas y controles
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
The SearchValue property is used to get and change the value of the search field in an Action Bar.
Example
// Event "Whenever modifying the search" of an Action Bar control
n = TableSearch(TABLE_Customer.COL_NAME, ACTB_ACTIONBAR.SearchValue)
IF n!= -1 THEN
TABLE_Customer = n
END
Syntax

Retrieving the value of the search control Hide the details

<Result> = <Action Bar control>.SearchValue
<Result>: Character string
Value of the search control of the Action Bar.
<Action Bar control>: Control name
Name of the Action Bar control to use.

Modifying the value of the search control Hide the details

<Action Bar control>.SearchValue = <Value>
<Action Bar control>: Control name
Name of the Action Bar control to use.
<Value>: Character string
New value for the search control.
Remarks
The search control of the Action Bar can be displayed by ActionBarSearchVisible.
Versión mínima requerida
  • Versión 21
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