ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

CursorPos (Function)
Returns and modifies the position of the mouse cursor.
Deploying an Android application
WINDEV Mobile tutorial: Deploying an Android application 10 min
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....
iInitReportQueryConnection (Function)
Initializes the query linked to the report.
HReadNext (Function)
Sets the position on the next data file record according to a browse item.
Step 3: Printing characters, images, ...
This step consists in "sending the different elements to print to the printer"......
WEBDEV administrator: Setups
The "Setups" tab allows you to configure the different administration features of the WEBDEV server......
Check model
You can use check models to easily create checks...
HMergeView (Function)
Creates an HFSQL view from two previously created views (HCreateView). This function uses the former view mechanism.
HPrevious (Function)
Positions on the previous file record according to a browse item.
HNext (Function)
Sets the position on the next data file record according to a browse item.
The Edit control
The Edit control allows users to enter data......
HLast (Function)
Sets the position on the last record of a data file according to a browse item.
HImportText (Function)
Imports a Text file into a data file in HFSQL Classic or Client/Server format (data file described in the data model editor, or declared by HDeclare, HDeclareExternal or HDescribeFile)....
HSeekLast (Function)
Sets the position on the last file record whose value for a specific item is less than or equal to a sought value.
HSeekFirst (Function)
Positions on the first file record whose value for a specific item is greater than or equal to a sought value.
fOpen (Function)
Opens an external file (ANSI or UNICODE) in order to handle it through programming.
NumericFormat (Type of Variable)
The NumericFormat type allows you to define all the characteristics of the format that can be used with the NumericalToString function.
HExecuteSQLQueryAsynchronous (Function)
Executes an SQL query asynchronously.
The setup editor WDInst
WDInst is a setup editor used to define the setup parameters of your application......
Consuming a web service
WINDEV Tutorial: Consuming a web service Consuming a web service - 10 min
Time management help
Time management is extremely important......
Starting WDOptimizer in a command line
TelemetryIdentifyUser (Function)
Identifies the current user for whom the telemetry data is saved.
Heatmap chart
The Heatmap chart is used to represent in 2 dimensions data with 3 axes of values......