ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Source (Property)
The Source property can be used on: a Chart control: in this case, the Source property is used to get the source of the series: Table column, list of values, ... a connection: in this case, the Source property is used to get or set the source of a connection (HFSQL Client/Server, OLE DB, etc.)....
ParallelTask (Variable type)
The ParallelTask type is used to handle a task, which means a procedure run by a thread in the parallel programming.
HListDatabase (Function)
Lists the Client/Server databases associated with a connection....
eCurrencyName (Function)
Returns the caption of a currency.
ListDisplay (Function)
Refreshes a List Box, ListView or Combo Box control based on a data file
HTransactionEnd (Function)
Validates the current transaction: the modifications performed on the table 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....
HDeclareExternal (Function)
Temporarily imports into the current database schema the description of a table from an existing HFSQL table.
SNMPGetNext (Function)
Reads the value found after the last value retrieved for an SNMP agent.
SQL functions that can be used in SQL queries
The following SQL functions can be used on the queries written in SQL code (classified by theme)......
HReadSeek (Function)
Sets the position on the first record whose value for a specific item is greater than or equal to a sought value (generic search).
EmulateCombo (Function)
Emulates one of the following actions on a Combo Box control: click on the button to expand the list of the Combo Box control. select an element in a Combo Box control....
sfSessionInfo (Type of variable)
The sfSessionInfo type is used to get information about the current session...
hScheduledOptimization (Type of variable)
The hScheduledOptimization type is used to programmatically manage a scheduled optimization task on an HFSQL server.
OpenIDParameters (Type of variable)
The OpenIDParameters type is used to define all the advanced features of an authentication for OpenID.
Log-based replication
The replication is the operation allowing you to keep updated remote databases of identical structures on which several operations are performed......
Instantiation of an object
To access a class, the object must be declared as being part of the class to handle, this is called object instantiation......
WiFiAddNetwork (Function)
Adds a new network to the list of Wi-Fi networks configured on the device.
UUID
The UUID keyword can correspond to: the UUID variable type. the UUID property....