ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

REP files
REP files contain the list of data files handled by the application....
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.
J2EERun (Function)
Runs a procedure on a server of J2EE XML Web services.
iDestination (Function)
Configures the print destination.
zipExtractPath (Example)
Usage example of the zipExtractPath function
TreeView constants
List of constants used by the TreeXXX functions...
SQLInfo (Function)
Initializes the different SQL variables with information relative to the last query run.
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......
OpenPopupPosition (Function)
Opens a popup window by specifying its opening position and waits until it is closed.
EmailCheckAddress (Function)
Checks the validity of an email address.
IF statement
The conditional IF statement allows you to run an action according to a condition...
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
SOAPError (Example)
Usage example of the SOAPError function
Constants for managing MongoDB databases
Constants used by the Mongoxxx functions...
SQLFetch (Function)
Goes to the next row (i.e next record) of the query result.
SOAPRun (Example)
Usage example of the SOAPRun function
FOR EACH/FOR ALL statement (loop through files)
The FOR EACH statement is used to run different types of HFSQL loops...