ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Events associated with a Web Component control
WEBDEV manages the following events by default (order of appearance in the code editor)...
HCancelDeclaration (Function)
Used to: Delete a declaration made previously using HDeclare, HDeclareExternal, HDescriveFile. After this operation, the data file is no longer recognized by the HFSQL engine. Free the resources of a query (after calling HExecuteQuery or HExecuteSQLQuery)....
BTAcceptConnection (Function)
Used to find out whether a Bluetooth radio accepts (or not) the requests for connection coming from the devices.
MyReport (Reserved word)
MyReport is used to handle the current report...
FileToMemoryList (Function)
Populates a List Box or Combo Box control programmatically with the records from a data file or query.
WEBDEV Page control events
The control Page WEBDEV allows you to integrate an Page WEBDEV in a WINDEV application......
ODBC driver for HFSQL Classic and for HFSQL Client/Server (Linux)
The ODBC driver for HFSQL Classic (single-user or multi-user) is used to access an HFSQL Classic database from an external database software that supports the accesses by ODBC......
BTChangeVisibility (Function)
Changes the visibility of a Bluetooth radio.
GglGetDocument (Function)
Downloads a document from the Google Docs service.
sshSession (Type of variable)
The sshSession type is used to define the characteristics of a connection to an SSH server.
INIRead (Function)
Reads the content of an INI file (or the content of a file structured like .INI files).
Using ODBC on HFSQL Classic via JDBC
The ODBC driver on HFSQL Classic is used to access a HFSQL Classic database from an external database software that supports ODBC accesses......
EventCreate (Function)
Creates an event.
Constants for the archiving functions
List of constants used by the archiving functions....
9. Queries
A query is used to request information from a database to view, insert, change or delete data....
Add (Function)
Adds an element in last position: of a one-dimensional WLanguage array. of an advanced array property (array of events of gglCalendar, etc.). from a WLanguage list....
Calendar (Type of variable)
The Calendar type is used to handle a calendar (or organizer) associated with a user account or found on the device.
Group (Property)
The Group property is used to: find out whether the control belongs to a group of controls. If the control belongs to one or more groups, the Group property can be used to identify these groups of controls. associate a control with a group of controls....
Appendix 2: Checking the server
Bloque entièrement ou partiellement un fichier externe....
Generating an Android application
The generation of a WINDEV Mobile application for Android groups all project elements (windows, code, etc....
HJSONToRecord (Function)
Imports JSON data into the current record.
zipSelectFile (Function)
Selects files from an archive.
Property of entity/association
In the MERISE methodology, the properties correspond to the characteristics of entities......
Handling Spreadsheet controls programmatically (in a report)
WinEdRedo (Function)
Runs the last action undone by the end user ("Allow end users to modify the UI" option enabled).