|
|
|
|
|
<Edit>.OpenAssistedInput (Function) In french: <Saisie>.OuvreSaisieAssistée Opens the list of suggestions of an Edit control. EDT_Direction.DeleteAllAssistedInput()
EDT_Direction.AddAssistedInput("Left")
EDT_Direction.AddAssistedInput("Left to the top")
EDT_Direction.AddAssistedInput("Left to the bottom")
EDT_Direction.AddAssistedInput("Right")
EDT_Direction.AddAssistedInput("Right to the top")
EDT_Direction.AddAssistedInput("Right to the bottom")
EDT_Direction.AddAssistedInput("Center")
EDT_Direction.OpenAssistedInput()
Syntax
<Edit control>.OpenAssistedInput()
<Edit control>: Control name Name of the Edit control to be used.
Related Examples:
|
Unit examples (WINDEV): The AssistedInput functions
[ + ] Using the WLanguage AssistedInput functions. These functions are used to easily implement an assisted input on the controls.
|
Business / UI classification: UI Code
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|