ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Importing a WINDEV window into a WEBDEV website
The Windows windows developed with WINDEV...
Importing a WINDEV window into a Mobile project
The WINDEV windows not having the same format in WINDEV Mobile, WINDEV Mobile gives you the ability to import a WINDEV window into a WINDEV Mobile project...
Integrating a WEBDEV site into a WINDEV application
By integrating a website into a window in a desktop application, you can share existing elements and boost productivity...
HExecuteProcedure (Function)
Runs a stored procedure.
HReadLast (Function)
Sets the position on the last record of a data file according to a browse item.
HSeekFirst (Function)
Positions on the first file record whose value for a specific item is greater than or equal to a sought value.
HListParameter (Function)
Returns the list of parameters saved from the stored procedures on the server.
EmailNbMessage (Function)
Returns the number of incoming messages currently found: on the email server (POP3 protocol only). in the Outlook messaging software....
HListItem (Function)
Returns the list of items: found in a data file ( a query or a view) known to the HFSQL engine. The data files defined by HDeclare, HDeclareExternal and HDescribeFile are taken into account. found in a Record variable....
Opacity (Property)
The Opacity property is used to get and change the opacity of an element.
HFilterIncludedBetween (Function)
Defines and enables an "Included between" filter on a file, view or query.
JavaLoad (Function)
Specifies the location of user classes required to run the Java application or the Java applet.
HTransactionEnd (Function)
Validates the current transaction: the modifications performed on the data file since the start of transaction (HTransactionStart) are validated. the transaction file is deleted (if the transaction is the last transaction in progress for a network application) the records locked in read-only by the transaction are unlocked....
HExecuteSQLQuery (Function)
Initializes a query written in SQL language and declares this query to the HFSQL engine.
HReadSeekFirst (Function)
Sets the position on the first record whose value for a specific item is strictly equal to a sought value (exact-match search).
HActivateServerTrigger (Function)
Re-enables a server trigger that was disabled by HDeactivateServerTrigger.
TextItemCompleted (Property)
The TextItemCompleted property is used to manage text items in an HFSQL data file.
HUnlockRecNum (Function)
Unlocks a record locked by: HLockRecNum, a read function used with a locking parameter (HRead associated with the hLockWrite or hLockReadWrite constant for example)....
HDeleteServerTrigger (Function)
Deletes a server trigger.
HPriorityClient (Function)
Modifies the priority of a client application.
BCDecode (Function)
Decodes the information stored in a QR Code bar code.
PDF Reader control events
Deserialize (Function)
Deserializes a buffer or a character string containing the data from a class, structure, array (including an associative array), queue, stack, list or advanced variable, as well as their subelements.
HRecordToXML (Function)
Retrieves the structure and the value of the current record and exports them into a character string in XML format.
HCloseConnection (Example)
Usage example of the HCloseConenction function
HToFile (Function)
Copies a data source (file, query, view, ...) to a physical HFSQL file with the same description. This file is neither encrypted nor password protected.
HNext (Function)
Sets the position on the next data file record according to a browse item.
Handling Organizer controls programmatically
Organizer controls can be handled programmatically....