ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

<Source>.UnlockRecNum (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)....
<Polygon2D variable>.Touch (Function)
Determines whether a 2D polygon touches another geometry.
HPriorityClient (Function)
Modifies the priority of a client application.
GDPR (Property)
The GDPR property is used to: find out if the GDPR applies to an item from a table. define whether the GDPR should apply to an item (in the item description in the code only)....
HDescribeConnection (Example)
Usage example of the HDescribeConnection function
HPriority (Function)
Finds out and modifies the priority of the calling application.
HListParameter (Function)
Returns the list of parameters saved from the stored procedures on the server.
LinkedFile (Property)
The LinkedFile property is used to set the characteristics of a link.
SourceFile (Property)
The SourceFile property is used to set the characteristics of a link.
Caption (Property)
In a database, the Caption property is used to: Find out the caption associated with a file item. Find out the caption associated with a data file. Find out and modify the connection caption. In a report, the Caption property is used to: Find out the text displayed in a Static or Link control. Modify the text displayed in a Static or Link control. In a window or page, the Caption property is also used to: Find out and modify the caption of a control in a window or in a page. Find out and modify the caption of a menu option. Find out and modify the title of a window or page. Find out the content of a Breadcrumb control....
HTriggerRecordBefore (Function)
Retrieves the value of the current record before the trigger(s) are executed.
<Source>.Close (Function)
Closes either a table or all tables opened by the current user: all corresponding physical tables are closed for the current user.
<Source>.SetDuplicates (Function)
Enables or disables the management of duplicates on a unique key.
<Source>.Alias (Function)
Creates a logical alias of a table (or query) or cancels all existing aliases.
<Source>.DescribeFile (Function)
Describes a table programmatically.
<Source>.UnlockFile (Function)
Unlocks the records of a table: locked by HLockFile. individually locked by a locking read function....
<Source>.Open (Function)
Opens a table.
HDescribeFile (Function)
Describes a table programmatically.
MultiLinestring2D (Variable type)
The MultiLinestring2D type can be used to store a collection of linestrings defined with 2D coordinates.
HOpenConnection (Example)
Usage example of the HOpenConnection function
<Connection variable>.OpenConnection (Function)
Opens a connection to a specific database.