ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

The Switch control
Switch controls (also called "Toggle controls") are now commonly used in interfaces......
Certificate (Type of variable)
The Certificate type is used to handle: the certificates used to sign the strings or the files. the certificates used to sign the emails....
Scanner (Type of variable)
The Scanner type is used to handle the information from a scanner.
Service variable
The Service variable is used to......
Date management constants
List of constants used by date management functions...
ScanSelect (Function)
Opens a standard dialog box with the available scanners.
The Edit control
The Edit control allows users to enter data......
HExecuteView (Function)
Runs a view that was created beforehand (can be used to refresh the view data for example). This function uses the former view mechanism.
HFSQL constants
List of constants used by the HFSQL functions....
SQL selection conditions
To specify the selection conditions in an SQL query, you can use......
upnpImage (Type of variable)
The upnpImage type is used to define the advanced characteristics of an image of UPnP device.
TableSetFocus (Function)
Gives focus to a row found in a Table or TreeView Table control: the control switches to edit for the specified row and column.
Handling a report (in the editor)
Once a report was created, the description of this report can be modified at any time......
iEndPrinting (Function)
Signals the end of the document to print and actually starts printing the data stored in the printer spooler via the following functions: iPrint, iPrintImage, iNewLine, etc.
Handling an Upload control through programming
The Upload control is used to upload one or more files....
Writing an email
Writing an email in WLanguage consists in filling the email structure of WLanguage......
LooperSave (Function)
Validates the modification or addition of the record associated with the current row in the Looper control.
pdfBookmark (Type of variable)
The pdfBookmark type is used to define all the advanced characteristics of a bookmark in a PDF document.
WDAdminHF: Managing a database
The remote HFSQL administrator proposes a full management of the HFSQL Client/Server databases......
Variable scope
Variables can be declared anywhere in the code....
SQL view
An SQL view is a virtual data source defined by an SQL query......
ControlToSource (Function)
Assigns the control value to the source of a control link.
The TimeLine control
The TimeLine control is used to represent chronologies of close events that can be parallel....
nWDGetLastError: Error code of last error
Error code of last error......
Sum (Function)
Calculates the sum of the array elements.