ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

<Source>.LockRecNum (Function)
Locks a record and restricts the access to this record for all the other applications.
HAccelerateSpeed (Function)
Reorganizes the internal structure of the indexes to optimize the speed for accessing the data.
HCross (Function)
Crosses a record in a table.
HFirst (Function)
Sets the position on the first record of a table according to the specified browse item.
HStatDate (Function)
Returns the date of the last update for the index statistics.
<Source>.StatDate (Function)
Returns the date of the last update for the index statistics.
HRplAddFile (Function)
Adds a table to a universal replication.
<Source>.DuplicateRecord (Function)
Duplicates the record read in a table: the record found in memory is added into the table (query or view).
<Connection variable>.SetIntegrity (Function)
Enables or disables the management of an integrity constraint on a file link.
HStatTime (Function)
Returns the time of the last update for the index statistics.
<Source>.CreateIfNotFound (Function)
Performs the following operations: If the table doesn't exist, create an empty table (file with ".FIC" extension) with the index file, the full-text index file and the memo file if necessary. The function is equivalent to HCreation. If the table exists, opens the table....
<Source>.Cross (Function)
Crosses a record in a table.
<Source>.StatTime (Function)
Returns the time of the last update for the index statistics.
HCreation (Function)
Creates an empty table (file extension ".FIC") with index file, full-text index file and memo file if required.
HInfoItemRights (Function)
Gets the rights granted to a user or group on an item.
HLockRecNum (Function)
Locks a record and restricts the access to this record for all the other applications.
<Source>.Creation (Function)
Creates an empty table (extension ".FIC") with index file, full-text index file, spatial index file, and memo file if required.
<Source>.First (Function)
Sets the position on the first record of a table according to the specified browse item.
<Source>.Delete (Function)
Deletes a record from a table (query or view).
Declaring the functions of the Windows API
Syntax for declaring the functions of the Windows API...
Year (Property)
The Year property is used to: Get the year from a Date or DateTime variable or item. Change the year in a Date or DateTime variable or item....
DisplayMask (Property)
The DisplayMask property is used to: Find out the display mask. Modify the display mask. This display mask is displayed when the control is in read-only or when the control does not have focus....
<Source>.ListLink (Function)
Returns the list of links (Merise type) found in the current analysis or in a specific analysis.
HReadFirst (Function)
Sets the position on the first record according to a browse item.