ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

LOOP statement
The statement block is repeated endlessly...
WHILE statement
In a WHILE statement, the expression is evaluated at each beginning of the block of statements...
MapFollowMovement (Function)
Displays the current location of the device in a Map control and updates the location as it moves.
ParallelTaskExecute (Function)
Triggers the execution of a parallel task.
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.
hScheduledOptimization (Type of variable)
The hScheduledOptimization type is used to programmatically manage a scheduled optimization task on an HFSQL server.
Universal Windows 10 App applications: Required configuration
To develop Universal Windows 10 App applications with WINDEV or WINDEV Mobile, you must......
btleDevice (Type of variable)
The btleDevice type allows you to handle a device that uses the Bluetooth Low Energy technology.
Browser code (WLanguage): Framework 2
From version 22, WEBDEV proposes a new WLanguage framework for the browser code...
NewLine (Property)
The NewLine property is used to determine: in a Table control, whether the current row was created with TableAddXXX or TableInsertXXX. in a Looper control, whether the current row was created with LooperAddXXX or LooperInsertXXX. in an Organizer control, whether an appointment was created via the popup menu. in a Scheduler control, whether an appointment was created via the popup menu....
LooperModify (Function)
Changes the values of the attributes in a row of a Looper control.
PositionOccurrence (Function)
Finds the Xth position of a string within another string.
TableInsertLine (Function)
Inserts a row into: a Table control, a TreeView Table control....
Creating the executable and the setup program
The languages supported by the application are taken into account......
OpenPopup (Function)
Opens a popup window and waits for this window to be closed.
dVerticalSymmetry (Function)
Flips an image with respect to a vertical axis (symmetry with respect to a vertical axis).
dHorizontalSymmetry (Function)
Flips an image with respect to a horizontal axis (symmetry with respect to a horizontal axis).
FTPCommand (Function)
Sends a specific FTP command to a server.
Supercontrol
A supercontrol is an advanced type of control......
grAddData (Function)
Adds a data into a chart.
SQLFetch (Function)
Goes to the next row (i.e next record) of the query result.
How to backup HFSQL Client/Server databases?
The backup of the HFSQL Client/Server databases can be performed......
TableAddLine (Function)
Adds a row in: a Table control, a TreeView Table control....
Optimizing the query execution
The query editor allows you to optimize the execution speed of one or more queries......
Handling a Calendar control by programming
WINDEV, WEBDEV and WINDEV Mobile allow you to handle a Calendar control through programming......
SaaS administrator - Dashboard
The dashboard of the SaaS Administrator is used to quickly view the main information regarding the SaaS sites of a WEBDEV Application Server......
Native Oracle Connector: Retrieving the output value of a stored procedure
The Native Oracle Connector is used to: specify the input values during the call to a stored procedure. retrieve the output values after a call to a stored procedure....