ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HRecordToXML (Function)
Retrieves the structure and the value of the current record and exports them into a character string in XML format.
Stored procedures and queries (HFSQL Client/Server)
The stored procedures are used to simplify the development and the maintenance of your applications by factorizing the code......
Handling the cells of report table
The operations that can be performed on the table cells are as follows:...
fClose (Example)
Usage example of the fClose function
emailNotesSession (Type of variable)
The emailNotesSession type is used to access a Lotus Notes messaging server in order to retrieve the messages found on this server and to send messages.
Modbus constants
Constants used by the Modbus management functions....
Constants for managing character strings
List of constants used by string management functions...
fUncompress (Example)
Usage example of the fUncompress function
HChangeName (Example)
Usage example of the HChangeName function
zipFindFile (Example)
Usage example of the zipFindFile function
2. Projects in practice
Discover the main operations that can be performed on a project....
iPrintDuplicate (Function)
Prints a duplicate copy of a report.
HRecordToJSON (Function)
Retrieves the structure and value of the current record and exports them into a string in JASON format.
SubCaption (Property)
The SubCaption property is used to get and change: the secondary caption of an option found in a Radio Button or Check Box control. the secondary caption of an element found in a TreeMap control....
CheckBoxInsert (Function)
Inserts a new option into a Check Box control.
Properties associated with reports and controls
List of properties associated with the reports and their controls...
MatStack (Function)
Compresses the memory footprint occupied by a matrix.
HTML Editor control properties
Properties associated with the HTML Editor control....
zipPassword (Function)
Defines the password used to add files into the specified archive and to extract files from the specified archive (RAR, ZIP and WDZ format).
Screen,Get (External language)
Retrieves the value in a control or in a variable.
Native Oracle Connector: Retrieving the output value of a stored procedure
The Native Oracle Connector is used to: specify the input values during the call to a stored procedure. retrieve the output values after a call to a stored procedure....
Creating a query in SQL code
The query editor allows you to create a query by typing SQL code......
SQLTransaction (Example)
Usage example of the SQLTransaction function
SQLAssociate (Function)
Automatically associates each column of the query result with a control or with a variable of the application.
fWrite (Example)
Usage example of the fWrite function