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 SearchAAF property is used to:
  • find out whether the search via AAF is enabled on a non-editable Combo Box control,
  • enable (or not) the search via AAF on a non-editable Combo Box control.
Remark: This property is equivalent to the "With search" option in the "Details" tab of the Combo Box description window.
'With search' option
A search control is displayed when the Combo Box is expanded.
Search control displayed in the expanded Combo Box
Example
// Click on the [Enable the search] button
COMBO_Customer.SearchAAF = True
Syntax

Finding out whether the search is enabled on a non-editable Combo Box control Hide the details

<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 Hide the details

<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.
Minimum version required
  • Version 23
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help