ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

The Switch control
Switch controls (also called "Toggle controls") are now commonly used in interfaces......
Advanced installer options
The setup wizard allows you to specify advanced options for the installer. These advanced options are used to: specify the options for managing the installer framework. specify the options for managing the UAC for the installer....
EmailGetAll (Function)
Retrieves all the emails found on a server.
HFilterContains (Function)
Defines and enables a "Contains" filter on a data file, view or query.
fSeek (Example)
Usage example of the fSeek function
HSeekFirst (Function)
Positions on the first file record whose value for a specific item is greater than or equal to a sought value.
Lambda: Expressions and procedures
A lambda ("lambda function") is a more concise way to write internal procedures...
FTPDate (Function)
Returns the different dates of a file (date the file was created, modified or accessed) located on an FTP server (File Transfer Protocol).
HExecuteQueryAsynchronous (Function)
Executes a SELECT query asynchronously.
fTime (Example)
Usage example of the fTime function
SensorDetectChangeOrientation (Function)
Allows you to be notified when the orientation of the device changes on any one of its 3 axes.
ZOrder (Property)
The ZOrder property gets and sets the Z-order of an element.
HTTPRequest (Example)
Usage example of the HTTPRequest function
iNestedHeaderFooter (Function)
Prints (or not) the page headers and footers of nested report.
MyPage (Reserved word)
MyPage is used to handle the current page...
FOR EACH/FOR ALL statement (loop through files)
The FOR EACH statement is used to run different types of HFSQL loops...
5. Creating a drop-down menu
WINDEV Tutorial: WINDEV application: Managing data Lesson 5 - Creating a drop-down menu - 30 min
CoordinateEditorToScreen (Function)
Converts a size or a position specified in the reference dpi in the editor (160 dpi) to the native dpi of screen on the device where the application is run.
TotalNbRec (Property)
The TotalNbRec property is used to: Get the number of records to be printed. Change the number of records to be printed....
HTMLEditorToEmail (Function)
Exports the content of an HTML Editor control to an Email variable (to send the email).
WebSocketClientConnect (Function)
Establishes a connection between the client and a WebSocket server.