ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HTransactionList (Function)
Returns the list of current or interrupted transactions on the server for the specified connection.
HRecordToJSON (Function)
Retrieves the structure and value of the current record and exports them into a string in JASON format.
HEndNoDatabaseAccess (Function)
Re-allows the access (which means the connection) to one or more databases accessible via a connection.
Developing an application for iPhone/iPad
The development of an iPhone/iPad application is performed in 2 steps:...
<Source>.ExecuteQueryAsynchronous (Function)
Executes a SELECT query asynchronously.
Procedure/Function
A procedure is used to associate an identifier with a statement block......
<Source>.JSONToRecord (Function)
Imports JSON data into the current record.
<Source>.RecordToXML (Function)
Retrieves the structure and the value of the current record and exports them into a character string in XML format.
<Source>.RecordToJSON (Function)
Retrieves the structure and value of the current record and exports them into a string in JASON format.
HListParameter (Function)
Returns the list of parameters saved from the stored procedures on the server.
Constants used by properties associated with windows, reports, pages and controls
List of constants used by properties associated with windows, reports, pages and controls....
HCloseConnection (Function)
Closes a connection to a database.
Software Factory
The concept of software factory is used to automate the process for creating applications....
IMAP protocol
The IMAP protocol is a standard protocol for managing emails......
Dynamic instantiation of object
An object can be dynamically associated with a class, we talk of dynamic instantiation of object......
Debugging in PHP
A site generated in PHP can be debugged in standard WEBDEV mode......
Enumeration (Type of variable)
An enumeration is a set of values......
FOR EACH/FOR ALL statement (browse of combinations)
The FOR EACH statement is used to browse the available values in the combinations.
FOR EACH/FOR ALL statement (browse of enumerations)
The FOR EACH statement is used to browse the available values in the enumerations.
Replication management functions
Three types of replication are proposed......
HListProvider (Function)
Returns the list of OLE DB providers and/or Native Connectors installed on the current computer....
Native Oracle Connector for WINDEV and WEBDEV
WINDEV and WEBDEV support an optional Native Oracle Connector (also called Native Oracle Access......
<Connection variable>.StartServerUpdate (Function)
Used to immediately start the automatic server update.
<Connection variable>.DisconnectClient (Function)
Displays a message on the Client computer(s) and disconnects the application.
<Connection variable>.LoadParameter (Function)
Reads a parameter that was saved from a stored procedure by HSaveParameter.