|
|
|
|
|
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 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. A search control is displayed when the Combo Box is expanded. // 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.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|