ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

ProjectInfo (Function)
Returns specific information about the project currently run.
Android application: Using and sharing SQLite data
For the Android applications, the available databases are HFSQL (Classic and Client/Server) and SQLite....
Customizing the system information windows (or dialog boxes)
Your applications use several system dialog boxes? A specific skin template is used in your project? Why not customize these windows and give them the "appearance" of your application?......
gglPhoneNumber (Type of variable)
The gglPhoneNumber type is used to describe and modify the phone number of a contact...
SQLColumn (Function)
Returns the characteristics of all the columns (or items): for a given table. for a given query....
HExecuteQuery (Function)
Declares a query created in the query editor to the HFSQL engine and runs this query.
Google Calendar functions
List of functions for managing Google calendars...
Creating a replication
To understand the operating mode of ReplicEdit, we are going to create a replication by using a simple example......
Events associated with a Sliding Banner control
WEBDEV manages the following events by default (order of appearance in the code editor)...
SQLFetch (Function)
Goes to the next row (i.e next record) of the query result.
docTableOfContents (Type of variable)
The docTableOfContents type is used to define all the options to generate a table of contents in a Word Processing document.
WDTestSite: Creating a scenario
To create a scenario, the following elements must be installed on the current computer......
HChangeConnection (Example)
Usage example of the HChangeConnection function
HListFile (Function)
Returns the list of files: current database schema. database schemas in progress (projects with multiple database schemas). a specific database schema recognized by the HFSQL engine. available on a connection via a Native Connector or an OLE DB driver. for a group of files defined in the data model editor....
dbgSaveDebugDump (Function)
Saves a dump file of the application.
JSONValid (Function)
Checks the validity of a JSON string.
ControlAlias (Function)
Gets, modifies or restores the data binding to a control or group of controls.
HAdd (Function)
Adds: the record found in memory into the table (query or view). the record found in a Record variable into the table (query or view)....