ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Now (Function)
Returns or modifies the system time (current time defined for the current computer).
Principle for running threads
At runtime, an application runs in a main thread......
Automated tests of procedures and classes
The automated tests of procedure or class are used to test the different features proposed by the procedure or by the class......
Reset (Function)
Reinitializes: all the controls found in the current window or page (including the groups of controls, the supercontrols and the internal windows). the controls found in a group of controls, a supercontrol, an internal window or an internal page....
FOR EACH/FOR ALL statement (loop through controls)
The statement FOR EACH is used to perform different types of browse on the controls (List Box, Table or Looper controls)...
BREAK statement/"BREAK:" label
The keyword BREAK can correspond: to the BREAK statement: it allows you to exit a set of instructions and run the rest of the current process. to the BREAK label: it allows you to declare a section of code in a loop. This code will be run when exitingfrom the loop with a "BREAK" statement....
FreeAWPContext (Function)
Frees the AWP context in advance (on disk) to allow the other call on the same AWP context to be processed in parallel.
Sorted (Property)
The Sorted property is used to: Determine whether a control is sorted. Sort a control or not....
grAddData (Function)
Adds a data into a chart.
WDSQL: Running an SQL query
WDSQL is used to run all the SQL queries created by WDSQL......
RequestRefreshUIParent
Asks to run the "Request for refreshing the display" process of parent.
PageUse (Function)
Displays a WEBDEV page in the user's browser and closes all page contexts currently open on the server....
The Progress Bar control
The Progress Bar control is used to follow the progress of an event......
Events associated with OLE controls
List of events associated with OLE controls...
Handling files on an FTP server
FTP (File Transfer Protocol) is a protocol for transferring files from one site to another......
MouseYPos (Function)
Returns the vertical position (Y) of the mouse cursor relative to the specified window or control. Used in a mouse or stylus process (click, hover, left or right button down, etc.).
AttachPointAdd (Function)
Defines an attach point for one of the two extremities of a Wire control.
InitWindow (Function)
Initializes (or not) the controls to zero and runs the initialization processes of the controls and the window.
Query editor
The query editor is used to automatically create queries on the data files......
HFSQL views
An HFSQL view corresponds to a "memory image" of an HFSQL data file......
WinGiveSuitableHeight (Function)
Returns the height of a window, adapted to the content of controls.
WinGiveSuitableWidth (Function)
Returns the width of a window, adapted to the content of controls.
Orientation (Property)
The Orientation property gets and sets the angle of an element.
mongoOperationsOption (Type of variable)
The mongoOperationsOption type is used to define the options of bulk operations.
CameraRunApp (Function)
Starts the device's native camera application to record a video or to take a photo....