ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

HInfoLock (Function)
Returns information about the lock set on a data file, on one or all the records in a data file.
<Chart>.SeriesPointType (Function)
Modifies the type of point for a series found in a Line, Area, Scatter and Radar chart.
<Spreadsheet>.ControlFormula (Function)
Allows you to use a control in order to create a custom formula bar for the Spreadsheet control.
WLanguage procedure called by ConfirmAsynchronous
Procedure ("Callback") called by ConfirmAsynchronous when the user clicks one of the buttons in the dialog box.
<Array>.AddReference (Function)
Adds the reference of an object at the last position in a one-dimensional array.
<Array>.InsertReference (Function)
Adds the reference of an object at given position in a one-dimensional array.
<Source>.InfoLock (Function)
Returns information about the lock set on a data file, on one or all the records in a data file.
WLanguage procedure called by DialogAsynchronous
Procedure ("Callback") called by DialogAsynchronous when the user clicks one of the buttons in the dialog box.
Item Description (Type of variable)
An Item Description variable is used to describe one or more items in a data file programmatically.
ExeListDLL (Function)
Returns the list of libraries (".DLL" files) used by one of the applications currently run.
SQLClose (Function)
Declares the end of the query execution and frees the memory resources allocated during the execution of the query.
HComputer (Function)
Stores a unique computer number or identifier in order to use the log and transactions over the network.
InsertReference (Function)
Adds the reference of an object at given position in a one-dimensional array.
HListConnectedUser (Function)
Lists the users currently connected to one or more files handled by a Client/Server connection....
XMLData (Function)
Returns the value of current element (tag or XML attribute) or the value of one of its attributes.
<Connection>.InfoLock (Function)
Returns information about the lock set on a data file, on one or all the records in a data file.
PrivateKey (Property)
The PrivateKey property manages connections that use private keys (SSH or MQTT connections).
BitcoinCoreConfigure( Function)
Specifies Bitcoin Core server connection parameters, in order to use BitcoinCoreXXXX functions.
9. Types of standard controls
Types of standard controls...
Using several libraries in an application
A library is a WDL file that contains all the resources......
Checking spelling in edit controls
WINDEV lets you use the spelling checker in the Edit controls and text columns of the Table controls of WINDEV applications......
Step 1: Choosing the deployment profile
The setup program creation wizard allows you to select the deployment profile to use......
TimestampUTC (Property)
The TimestampUTC property is used to: Find out whether a timestamp item will use UTC time or local time. This item was defined in the data model editor or through programming. Define whether a timestamp item will use UTC time or local time (when describing the item through programming)....
HSynchronizeReplica (Function)
Synchronizes the master replica and the subscriber replica: the operations performed on one of the replicas are transferred into the other replica.
Native PostgreSQL Connector: Programming with SQL functions
You can use SQL functions to handle the PostgreSQL database......