|
|
|
|
|
SearchAAF (Property) In french: RechercheFAA
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 "With search" option available in the "Detail" tab of the Combo Box control description window.. A search control is displayed when the Combo Box is expanded.
COMBO_Client.RechercheFAA = 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.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|