ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

<ParallelTask variable>.Execute (Function)
Triggers the execution of a parallel task.
Operator on Address
The & operator returns the address of a variable as an integer
Size (Property)
The Size property is used to determine and change the size of an element.
ParallelTaskRequestCancellation (Function)
Requests the cancellation of a parallel task.
Multiline strings
To type character strings over several lines in the code editor...
httpRequest (Type of variable)
The httpRequest type is used to retrieve the advanced characteristics of an HTTP/HTTPS request....
ToastDisplay (Function)
Displays a "Toast" message.
Handling the report blocks through programming
Each report block is associated with different events......
WEBDEV concepts
Value (Property)
The Value property is used to: Find out and modify the value of a report control. Find out and modify the value of a control or the title of a window. Find out the identifier of a stream. Find out and modify the value of a control or the title of a page....
BackgroundColor (Property)
The BackgroundColor property is used to set the background color of a control, window, page or block of a report.
iSequencingAddPDF (Function)
Adds a print of PDF document into a sequence of report prints.
State (Property)
The State property is used to get and change the state of an element.
XInitial (Property)
The XInitial property is used to: Get the X-coordinate: of a control (position on the X-axis) when opening the window or the page. of a window (position on X-axis) when opening the window. Change the X-coordinate of a control anchored "to the right" (position on the X-axis) when opening the window. Get the X-coordinate of a control in relation to its block (position in millimeters on the X-axis) when opening the report....
YInitial (Property)
The YInitial property is used to: Find out the Y-coordinate: of a control (position on Y-axis) when opening the window or the page. of a window (position on Y-axis) when opening the window. Modify the Y-coordinate of a control anchored "to bottom" (position on the vertical axis) when opening the window. Find out the Y-coordinate of a control in relation to its block (position in millimeters on the vertical axis) when opening the report....
SQL set operations: UNION, UNION ALL and INTERSECT
SQL allows performing set operations on groups of files......
ODBC on HFSQL via Visual .NET (in C#)
The ODBC driver on HFSQL Classic (single-user and multi-user) is used to access a HFSQL Classic database from an external database software that supports ODBC accesses......
Control templates and inheritance
When a control template is applied to a page or to a window, all controls and code found in the template are "copied" into the page or window......