ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

<HTML editor>.GetDocument (Function)
Asynchronously retrieves the HTML document being displayed in an HTML Edit control.
GraduationY (Property)
The Property GraduationX allows you to know the graduation step on the Y axis.
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.
HTMLEditorGetDocument (Function)
Asynchronously retrieves the HTML document being displayed in an HTML Edit control.
<Table>.InputInProgress (Function)
Indicates whether or not a Table or TreeView Table control is in edit mode.
NotesOut (Function)
Used to find out whether a current document exists in Lotus Notes.
CalendarOpen (Function)
In a Date edit control, opens a popup window displaying a calendar.
HSave (Function)
Modifies the current record if it exists, otherwise adds a new record.
Error 703: The property does not exist
Customizes the management of HFSQL errors....
<Chart>.SurfaceAltitudeColor (Function)
Defines the color used for the altitude (Z axis) in a Surface chart.
GraduationX (Property)
The Property GraduationX allows you to know the graduation step on the X axis.
TableInputInProgress (Function)
Indicates whether or not a Table or TreeView Table control is in edit mode.
<Edit>.TokenCount (Function)
Returns the number of tokens present in a "Text token" Edit control.
Information 2101: 'Short int' does not exist anymore: use 'unsigned 1-byte int'
Adds an XML signature to a web service request....
<Input>.CalendarOpen (Function)
In a Date edit control, opens a popup window displaying a calendar.
InvalidInputShowTooltip (Function)
Shows an error tooltip under an Edit control to indicate why the input is invalid.
grSurfaceAltitudeColor (Function)
Defines the color used for the altitude (Z axis) of a surface chart.
EditTokenCount (Function)
Returns the number of tokens present in a "Text token" Edit control.
Input suggestions in an Edit control
Implementing input suggestions in an Edit control is very simple......
SearchAAF (Property)
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....
StoredValue (Property)
The StoredValue property is used to get the value currently stored by: a row in a List Box, ListView or Combo Box control. a "Text token" Edit control. a row of a Table control. an input suggestion in an Edit control (if the suggestion is selected)....
Application in kiosk mode
A kiosk application is an application from which the user cannot exit......