ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

GglAddressToCoordinates (Function)
Retrieves the coordinates (latitude/longitude) of an address....
HOpenConnection (Example)
Usage example of the HOpenConnection function
OBEX constants
List of constants used by the OBEX functions....
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).
HChangeLogDir (Function)
Modifies the location of log files corresponding to an HFSQL data file.
fWriteLine (Function)
Writes a line into a text file (ANSI or UNICODE).
Project Management Hub: Managing the schedule
The project contributors can manage their tasks directly from the schedule or from the task list......
ControlClone (Function)
Creates a new control from an existing control.
htmlNode (Type of variable)
The htmlNode type is used to define all the advanced characteristics of a node of an HTML document.
HCreationIfNotFound (Function)
Performs the following operations: If the file does not exist, creates an empty data file (".FIC" file) with the index file and the memo file if necessary. The function is equivalent to HCreation. If the file exists, opens the file....
JSEvent (Function)
Associates a browser procedure with an event on an object in browser code.
Native MariaDB Connector: Programming with HFSQL functions
To use a MariaDB database with Native Connector, the structure of MariaDB tables must be imported into the WINDEV or WEBDEV analysis......
fOpen (Function)
Opens an external file (ANSI or UNICODE) in order to handle it through programming.
iDestination (Function)
Configures the print destination.
zipExtractPath (Example)
Usage example of the zipExtractPath function
CalculatedItemExpression (Property)
The CalculatedItemExpression property is used to: Find out the SQL expression that defines the value of a calculated item. This item was defined in the data model editor or through programming. Define the SQL expression returning the value of a calculated item (when describing the item through programming)....
Dequeue (Function)
Removes an element from the queue.
Joins between the data files of a select query
When several data files are used in a query, the query editor automatically searches for the links between these files described in the analysis......
REP files
REP files contain the list of data files handled by the application....
fCreate (Function)
Creates an external file.
CookieWrite (Example)
Usage example of the CookieWrite function
CookieRead (Example)
Usage example of the CookieRead function
GPSFollowMovement (Function)
Requests to be notified periodically of the device's current location....
docSection (Type of variable)
The docSection type is used to define the advanced characteristics of a section found in a document or paragraph.
SOAPRunXML (Example)
Usage example of the SOAPRunXML function