ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

InBackgroundMode (Function)
Indicates whether the code is run when the application is in background.
ZOrder (Property)
The ZOrder property defines the Z-order of an element.
fListDisk (Function)
Returns the list of disks installed on the computer.
fLock (Function)
Entirely or partially locks an external file.
HSavePosition (Function)
Stores the current file context (current record, filter, pointers).
MovementAPT (Property)
The MovementAPT property allows you to know and specify whether users can move appointments in a Scheduler or Organizer control.
PeriodSelection (Property)
The PeriodSelection property is used to determine and specify if the user can select a time period in an Scheduler or Organizer control.
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....
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....
Sunburst chart
The Sunburst chart is a Pie chart containing several levels of hierarchical data......
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.
Array (Type of variable)
An array is a structured type that is used to group a set of elements of the same type...
RETURN statement
The RETURN statement is used to exit the current event, process or procedure and return a result...
XMLExecuteXPath (Function)
Executes an XPATH query: in an XML document. in an xmlDocument variable....
gpwForgottenPassword (Function)
Runs an action to retrieve or change the password of a user.
Project Management Hub: Dashboard
The Project Management Hub groups all the details of the projects in a dashboard......
JSON
JSON (JavaScript Object Notation) if a light format for exchanging data......
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....