ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

GglAddressToCoordinates (Function)
Retrieves the coordinates (latitude/longitude) of an address....
NET constants
List of constants used by the DotNet functions....
Thread (Type of variable)
The Thread type allows you to define all the characteristics of a thread.
xlsNbColumns (Function)
xlsNbColumns is kept for backward compatibility only.
Generating an application for Universal Windows 10 App
Compilation options (chm format)
Installing a SOAP server with Apache
2. Projects in practice
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.
NbPrintedRec (Property)
The NbPrintedRec property is used to determine the number of records already printed.
SQLTable (Function)
Transfers the result of a query to a Table control populated programmatically (a List Box or Combo Box control), with the possibility of Partial Fetch (the result is retrieved by blocks of rows).
CONTINUE statement/"CONTINUE:" label
The CONTINUE keyword can correspond: to the CONTINUE instruction. It allows you to go back to the beginning of the first iteration without finishing the code of the current iteration. to the CONTINUE: label. It allows you to declare a common code in a loop....
WDConver : Use in command line mode
Using WDConver in command line mode consists in running a conversion description created and saved with WDConver ("......
HOpenConnection (Example)
Usage example of the HOpenConnection function
OBEX constants
List of constants used by the OBEX functions....
ControlClone (Function)
Creates a new control from an existing control.
HIndex (Function)
Rebuilds the file index (".NDX" file).
fWriteLine (Function)
Writes a line into a text file (ANSI or UNICODE).
HChangeLogDir (Function)
Modifies the location of log files corresponding to an HFSQL data file.
Project Management Hub: Managing the schedule
The project contributors can manage their tasks directly from the schedule or from the task list......
HOptimize (Function)
Used to handle the idle periods of a software (period without processes) to optimize the queries and the browses that will be run thereafter.
OpenPopup (Function)
Opens a popup window and waits for this window to be closed.
htmlNode (Type of variable)
The htmlNode type is used to define all the advanced characteristics of a node of an HTML document.
JSEvent (Function)
Associates a browser procedure with an event on an object in browser code.
DotNetRun (Function)
Runs a procedure on a .Net server.