ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

XMLChildExist (Function)
Specifies whether the current tag has children corresponding to the sought type (tag, attribute, ...).
MatNbColumn (Function)
Returns the number of columns found in a matrix.
MatNbLine (Function)
Returns the number of rows found in a matrix.
XMLPath (Function)
Returns the current position in the document in XPATH format.
SysDateTime (Function)
Returns or modifies the system date (current date and time defined on the current computer).
Enumeration (Type of variable)
An enumeration is a set of values......
MatFloatAdd (Function)
Adds a value to each matrix element.
grColumnSpacing (Function)
Indicates the spacing between each data category in a column chart or in a Minimum/Maximum stock chart....
Events associated with the Map control
WINDEV, WINDEV Mobile and WEBDEV manage the following events by default (order of appearance in the code editor)...
YAML (Type of variable)
The YAML type simplifies the handling of data in YAML format.
User Groupware (WINDEV and WEBDEV): Options and settings
An application is often intended to be used by several users connected via a network......
ArrayReverse (Function)
Reverses the content of a one-dimensional array.
mongoWriteConcern (Type of variable)
The mongoWriteConcern type is used to define the level of acknowledgment of receipt requested for the write operations in a stand-alone mongod, in a set of replicas or in fragmented clusters.
InWebserviceMode (Function)
Used to find out whether the execution is in progress in the AWWS engine.
Socket: Creating a simplified socket server
WINDEV gives you the ability to create a simplified socket server......
Manipulating a Layout control programmatically
A Layout control can be......
Document (Property)
ArrayMoveLine (Function)
Allows you to: move a row in a two-dimensional array or in an advanced array property. The other array rows are moved accordingly. swap two rows in a two-dimensional array or in an advanced array property....
HExecuteSQLQueryAsynchronous (Function)
Executes an SQL query asynchronously.
Truncate (Function)
Truncates the right part of a string or buffer.
Color (Property)
The Color property is used to get or change the font color for: a Font variable. a text displayed in a Static control or in a calculated control of a report. a text displayed in a window control. a text displayed in a page control....
Character strings
WLanguage supports different types of strings....
Type (Property)
The Type property is used to get: the type of element (data file or item) defined programmatically or in the data model editor, view or query. the type of object. the type of data held in a Variant....
Twain constants
List of constants used by the Twain functions....
Timer (Function)
Periodically and automatically calls a WLanguage procedure.