ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

gAlignment (Function)
Builds a sequence of characters containing an aligned text or an aligned image.
OKCancelAsynchronous (Function)
Displays a message in a standard non-blocking dialog box with the answers "OK" and "Cancel" and calls a WLanguage procedure with the user's response....
InHours (Property)
The InHours property is used to convert a Duration variable to hours.
Table controls in "Server + AJAX" mode
The Table controls can be 100% AJAX......
ToolTipTitle (Property)
The ToolTipTitle property gets and sets the text displayed in the tooltip associated with the column title of a Table control. This tooltip only appears when the Table control column title is hovered over.
TokenDeletable (Property)
The TokenDeletable property is used to: Determine if the end user is allowed to delete tokens in a "Text token" Edit control. Allow or prevent the end user from deleting tokens in a "Text token" Edit control....
The HTML Editor control
The HTML Editor control allows users to create and modify HTML pages......
RTFToText (Function)
Returns the text without the formatting characteristics specific to the RTF format.
The "Scatter" charts
A scatter chart (XY) represents the relationship between two numeric values in two series of data......
Note (Property)
The Note property is used to get and change a text associated with an element.
Compilation statement: IF ExecutionTarget
The <IF ExecutionTarget> compile statement allows you to compile or not compile a WLanguage code depending on the execution target.
Error 809: The * character cannot be used as mandatory parameter in a function
End-user UI management functions
SystemBarColor (Property)
The SystemBarColor property is used to get or change the system bar color in full-screen windows on mobile devices.
SSH functions (prefix syntax)
The following functions are used to connect and communicate with a SSH server:...
HeightHalfExpanded (Property)
The HeightHalfExpanded property gets and sets the "half-expanded" height of the bottom sliding window associated with the current window.
App shortcuts functions
The following functions are used to manipulate app shortcuts (also called "quick actions")...
<Code Editor>.Uncomment (Function)
Uncomments the current selection in the Code Editor control. "//" characters at the beginning of the current line are removed....