ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

SourceFile (Property)
The SourceFile property is used to set the characteristics of a link.
HErrorModification (Function)
Used to: return the value of a record item if a modification conflict occurs. check if a modification conflict occurred....
HLinkMemo (Function)
Used to associate a file with a binary memo item or to cancel the existing link between a file and a binary item.
GeometryDeserializeWKT2D (Function)
Builds a 2D geometry from a Well-Known Text (WKT) representation.
Link functions (prefix syntax)
Link functions are used to link the interface with the tables and vice versa....
<Polygon2D variable>.Touch (Function)
Determines whether a 2D polygon touches another geometry.
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)....
SQL Server Native Connector: Execute the same stored procedure more than once
In some cases, it may be useful to execute the same stored procedure multiple times by changing one or more parameters......
Word processing: Features
This page lists the available and forthcoming features of the Word Processing control......
LinkedFile (Property)
The LinkedFile property is used to set the characteristics of a link.
HCloseConnection (Function)
Closes a connection to a database.
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....
<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)....
HDeactivateTrigger (Function)
Disables a trigger.
<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.
HActivateTrigger (Function)
Re-enables a trigger that was disabled by HDeactivateTrigger.