|
|
|
|
<Edit>.DeleteAllAssistedInput (Function) In french: <Saisie>.SupprimeToutSaisieAssistée Clears the list of values proposed for the assisted input 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>.DeleteAllAssistedInput()
<Edit control>: Control name Name of the edit control to use.
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…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|