|
|
|
|
|
- Properties specific to AssistedInput variables
- Using AssistedInput variables
AssistedInput (Variable type) In french: SaisieAssistée
The AssistedInput type allows you to define all the advanced characteristics of an autocomplete suggestion. The characteristics of this line can be defined and modified using various WLanguage properties. Note: For more details on the declaration of this type of variable and the use of WLanguage properties, see Declaring a variable.
_sa is AssistedInput
_sa.Caption = "34300(Agde)"
_sa.StoredValue = 343300
AssistedInputAdd(SAI_CP, _sa)
PROCEDURE Sélection(MaSélection is AssistedInput)
SAI_CP = MaSélection.StoredValue
Properties Properties specific to AssistedInput variables The following properties can be used to handle autocomplete suggestions: | | | Property name | Type used | Effect |
---|
Caption | Character string | Text displayed in the autocomplete suggestion. | StoredValue | All types | Value stored for the autocomplete suggestion. The developer can use this value to store information. |
Remarks Using AssistedInput variables An AssistedInput variable can be: - used with AssistedInputAdd.
- passed as parameter in the "Select a value in the list of input suggestions" event.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|