ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

RETURN statement
The RETURN statement is used to exit the current event, process or procedure and return a result...
mlGetVariable (Function)
Retrieves the value of a variable for the MATLAB session.
mlSetVariable (Function)
Writes the value of a variable for the MATLAB session.
SchedulerAddTrigger (Function)
Creates a trigger for a scheduled task.
SchedulerModifyTrigger (Function)
Modifies the parameters of a trigger of a scheduled task, i.e. the parameters that will define the execution of a task.
RoundFloor (Function)
Returns: the numeric value rounded down to the nearest integer. the duration rounded down to the nearest interval. the date and time rounded down to the nearest interval....
iPrintReport (Function)
Prints a report created with the report editor.
Constants for external files
List of constants used by the functions for managing external files....
grBarColor (Function)
Initializes the color of a specific bar in a Column or Stacked Column chart.
Array (Type of variable)
An array is a structured type that is used to group a set of elements of the same type...
HSavePosition (Function)
Stores the current file context (current record, filter, pointers).
BCDecode (Function)
Decodes the information stored in a QR Code bar code.
XMLExecuteXPath (Function)
Executes an XPATH query: in an XML document. in an xmlDocument variable....
RoundCeil (Function)
Returns: the value rounded up to the nearest integer. the duration rounded up to the nearest interval. the date and time rounded up to the nearest interval....
SQLChangeConnection (Function)
Modifies the current connection.
Creating a replication
To understand the operating mode of ReplicEdit, we are going to create a replication by using a simple example......
WDAdminHF: Scheduled task
The remote HFSQL administrator is used to define the scheduled tasks......
Managing the critical sections
Semaphores are used to limit the simultaneous execution of a code (procedure, line of code, etc....
Multiline strings
To type character strings over several lines in the code editor...
HFilterIncludedBetween (Function)
Defines and enables an "Included between" filter on a file, view or query.
ExecuteRefreshUIElement (Function)
Immediately executes the "Request for refreshing the display" event of the given element.