ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Properties associated with the options of a Switch control
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....
Various constants
List of various constants....
ValidatePassword (Function)
Indicates whether the specified password is valid for the current user.
Border (Property)
The Border property is used to get and change the borders of an element.
HTML control properties
You can manipulate HTML controls in a window, page or report using the following WLanguage properties......
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
SocketRead (Example)
Usage example of the SocketRead function
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.
DiskFile (Type of variable)
The DiskFile type is used to handle text files present on disk.
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.
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
HTML Display control processes
WINDEV and WINDEV Mobile include different WLanguage events associated with HTML Display Controls......
Extension procedure
By using extension procedures, you can add your own WLanguage procedures to different types of variables (string, date, color etc.)......
Sequence of events associated with reports
Several operations are performed when printing a report. These operations are performed in the following order......
TableGiveChild (Function)
Returns the "children" of an element (lower level) in a TreeView Table control.
HTMLControlValue (Function)
Used to identify or modify a control in an HTML form contained in an HTML Display control.
zipNbPart (Example)
Usage example of the zipNbPart function