ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

WLanguage procedure called by OpenDocumentAsynchronous
WLanguage procedure ("callback") called by OpenDocumentAsynchronous after the edit window is closed.
<Source>.Save (Function)
Modifies the current record if it exists, otherwise adds a new record.
GraduationY (Property)
The Property GraduationX allows you to know the graduation step on the Y axis.
MemoryFormat (Property)
The MemoryFormat property is used to get and change the format of the value returned for: Date or Time edit controls. Date or Time table columns. Calendar controls. Static controls. editable combo boxes. table columns displayed by combo boxes....
EmulateInput (Function)
Performs an input by emulation in a control while checking whether this control is an editable control.
Binding an Edit control to an item
An Edit control can be bound to an item in a data file, query, etc, ......
AssistedInputAdd (Function)
Adds a row to the list of values available in the autocomplete suggestions of an Edit control.
grHMCaptionX (Function)
Modifies the caption of a category on the X-axis of a Heatmap chart.
grHMCaptionY (Function)
Modifies the caption of a category on the Y-axis of a Heatmap chart.
TextEllipsis (Function)
Returns the text with ellipsis displayed in an Edit, Combo Box or Static control.
<Edit>.AddAssistedInput (Function)
Adds a row to the list of values available in the autocomplete suggestions of an Edit control.
<Chart>.HMCaptionX (Function)
Modifies the caption of a category on the X-axis of a Heatmap chart.
<Chart>.HMCaptionY (Function)
Modifies the caption of a category on the Y-axis of a Heatmap chart.
InvalidInputShowIcon (Function)
Shows an error icon next to an Edit control to indicate that the input is invalid.
<Connection variable>.FileExist (Function)
Finds out if a file exists, i.e. if it has been physically created (HCreation or HCreationIfNotFound).
OLEPlay (Function)
Used to: retrieve the list of available operations (other than edit) from a server, perform an operation....
GraduationYSecondary (Property)
The Property GraduationYSecondaire allows you to know the step of the graduation on the secondary Y axis.
X (Property)
The X property is used to: Get the X-coordinate of a control, Table control column or window (position on the X-axis). Get the X-coordinate of a control or window (position on the X-axis)....
ERR_DISCONNECTED_EXEC
Automatic features of edit controls
Edit controls provide multiple automatic features available in all the controls of your applications without writing a single line of code......
Hint (Property)
The Hint property gets and sets the hint text displayed when the Edit control is empty.
HintTextColor (Property)
The HintTextColor property is used to get and change the hint text color of an Edit control.
Token (Type of variable)
The Token type is used to define all the advanced characteristics of a token displayed in an edit control.
Token management functions (prefix syntax)
Token management functions in "Text token" Edit controls....
ConfigureSpellCheck (Function)
Configures the spelling checker for the edit controls and for the Table control columns in the whole application.
1
4
5
6
7
8
70
>