ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Border (Property)
The Border property is used to get and change the borders of an element.
Certificate
The Certificate keyword can correspond to...
The "Favorites" pane
The "Favorites" pane gives direct access to the favorites of your project......
Handling an Internal Window control through programming
The "Internal Window" control is used to display an existing internal window......
Open (External language)
Opens a window.
URIToFile (Function)
Saves, in the background, the content of a resource (image, text, etc.) identified by its URI in an external file.
Various constants
List of various constants....
Properties associated with the options of a Switch control
Handling Word Processing controls programmatically
Word Processing controls can be handled programmatically......
CursorEnd (Property)
The CursorEnd property gets and sets the end position of the mouse selection range in the following controls: Edit control. Editable Combo Box. "Edit control" table column and "Editable Combo Box" table column. Word Processing control....
HTML control properties
You can manipulate HTML controls in a window, page or report using the following WLanguage properties......
ValidatePassword (Function)
Indicates whether the specified password is valid for the current user.
Error 23: No END statement is associated with this WHILE
TableAddChild (Function)
Adds a row into a TreeView Table control, at the end of a given hierarchy level.
TableDeleteChild (Function)
Deletes all child rows from a branch of the hierarchy.
Error 27: No END statement is associated with this ELSE
XAxisMin (Property)
The XAxisMin property gets the minimum value of the X-axis in a Chart control. This property can be used in the "Zoom" event of a Chart control to identify the section displayed.
Identifier (Property)
The Identifier property is used to get and change the identifier of an element.
jQueryExecute (Function)
Runs a JavaScript method of the jQuery library on a page element.
Caption (Property)
The Caption property is used to get and change the text of an element.
SocketRead (Example)
Usage example of the SocketRead function
XAxisMax (Property)
The XAxisMax property gets the maximum value of the X-axis in a Chart control. This property can be used in the "Zoom" event of a Chart control to identify the section displayed.
YAxisMin (Property)
The YAxisMin property gets the minimum value of the Y-axis in a Chart control.
YAxisMax (Property)
The YAxisMax property gets the maximum value of the Y-axis in a Chart control. This property can be used in the "Zoom" event of a Chart control to identify the section displayed.
DDERetrieve (Example)
Usage example of the DDERetrieve function