ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

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.).
Principle for running threads
At runtime, an application runs in a main thread......
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.
PageUse (Function)
Displays a WEBDEV page in the user's browser and closes all page contexts currently open on the server....
Now (Function)
Returns or modifies the system time (current time defined for the current computer).
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......
TableToXML (Function)
Creates an XML file from the data found in a Table or TreeView Table control.
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.
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....
TwainToBMP (Function)
Allows you to perform one of the following actions: save the document coming from the Twain device in a Bitmap file (".BMP" extension). view the document coming from the Twain device in the user interface of the device. save the document coming from the Twain device directly in memory in Bitmap format (in a buffer)....
Describing the replication (ReplicEdit)
ReplicEdit is used to create a replication via a wizard, but the replication description window allows identifying or configuring additional parameters......
Animation (Property)
The Animation property animates an image.
PVTAxisXY (Function)
Used to: Specify the row and column headers displayed in a Pivot Table control. Find out the row and column headers displayed in a Pivot Table control....