ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

List of reserved words
History of versions
The history of setup versions is an advanced feature of the network setup......
AJAXCallInProgress (Function)
Used to determine if the request being processed is an AJAX request.
PageRefresh (Function)
Refreshes a page displayed in the user's browser from the context on the server....
AddVoiceCommand (Function)
Adds a voice command into the current window. From version 17, this function is replaced with SpeechRecognitionAddCommand.
HSortView (Function)
Sorts an HFSQL view by creating an index on a view item. This function uses the former view mechanism.
Debugger: Running a project step by step
Running a project step-by-step allows you to start the debugger when launching the application......
fDataDirUser (Function)
Returns a directory path for the data of the current user of the current application.
FBStartSession (Function)
Used to authenticate and log in to Faceboook.
Dynamic serving
"Dynamic serving" is a technique where the same address (URL) leads to 2 different pages......
xBase files: Limits
diagConnector (Type of variable)
The diagConnector type is used to define all the advanced characteristics of a connector in a diagram.
HInfoBackup (Function)
Returns information about one or more backups performed on an HFSQL Client/Server server....
Help: Summary table
In a WINDEV application, users have multiple help features at their disposal: Tooltip. Status bar. Help window. Advanced tooltip. Help page. HLP file....
DiagramLoadLibrary (Function)
Loads a diagram file and creates a library of preset shapes from it.
29. SEO in practice
iInitReportQueryConnection (Function)
Initializes the query linked to the report.
Manager of automated tests
The test manager is used to......
HListFullTextIndex (Function)
Returns the list of full-text indexes of a file (a query or a view) recognized by the HFSQL engine.
SMSRunApp (Function)
Starts the native application for sending SMSs found on the device (Android or iPhone/iPad)....
SQLNext (Function)
Positions on the next row of the query result.
SQLPrevious (Function)
Positions on the previous row of the query result.
SQLLast (Function)
Sets the position on the last row of the query result.
Duration (Type of variable)
The Duration type enables you to easily handle the intervals of dates and times...
SQLGetCol (Function)
Retrieves the content of the specified column from the query result, for the current line.