ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

RulerModifiable (Property)
The RulerModifiable property is used to: Find out whether the user can move the playhead in a TimeLine control. Allow or prevent the user from moving the playhead in a TimeLine control....
JSONExecute (Function)
Calls a server URL that returns data in JSON format (JavaScript Object Notation).
SocketRead (Function)
Retrieves a message sent by another socket.
FOR EACH/FOR ALL statement (browse of associative arrays)
The FOR EACH statement is used to perform different types of browse on the associative arrays...
Reduce (Function)
Applies a computation to each element of a WLanguage array.
fDataDirUser (Function)
Returns a directory path for the data of the current user of the current application.
The email structure
The email structure is a preset structure of WLanguage (no declaration is required)......
xlsCurrentWorksheet (Function)
Used to find out and modify the current worksheet in an XLS file.
COMCallMethod (Function)
Runs a method of an interface of a COM object instantiated by COMCreateInstance.
Reals
fDecrypt (Function)
Decrypts a file that was encrypted by fCrypt.
Mini preview window
When printing a report through programming or using iPrint, it is now possible to request the use of a mini preview instead of the traditional preview....
Native SQL Server Connector: Specific features and remarks
The following paragraphs present the main aspects and specific features of the Native SQL Server Connector......
Control style: Font characteristics
You can change many style options in the "Style" tab of the control description window......
After (Property)
The After property replaces or inserts a procedure after the other procedures in: a Procedure variable. an event associated with a control....
Random (Function)
Returns a random number.
xlsNbColumn (Function)
Returns the number of columns found in a worksheet of an XLS file.
XMLOut (Function)
Used to find out whether the element (tag or attribute) on which we want to be positioned is outside the XML document.
SSHCommand (Function)
Sends a command to an SSH server. The session is automatically started and closed as soon as the command is sent.
fReadLineRegularExpression (Function)
Reads a line in an external file, gets sections of this line according to a regular expression and assigns them to a variable.
iLine (Function)
Prints a line at specified coordinates.
iXPos (Function)
Used to manage the horizontal position (X-coordinate) of print cursor in the page.
iYPos (Function)
Used to manage the vertical position (Y-coordinate) of print cursor in the page.
BankHolidayAdd (Function)
Indicates that a day (or a list of days) is a public holiday.
Array management functions
List of functions for managing arrays...