ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage properties / Properties associated with windows, pages and controls
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.
Minimum version required
  • Version 21
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help