ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HStatDate (Function)
Returns the date of the last update for the index statistics.
<Source>.LockRecNum (Function)
Locks a record and restricts the access to this record for all the other applications.
HCreation (Function)
Creates an empty table (file extension ".FIC") with index file, full-text index file and memo file if required.
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.
The Control Centers
Control Centers provide a global vision of a given area, whether on the development phase, on an operating site, or on application maintenance or improvement......
<Source>.Delete (Function)
Deletes a record from a table (query or view).
HDuplicateRecord (Function)
Duplicates the record read in a table: the record found in memory is added into the table (query or view).
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.
<Source>.StatTime (Function)
Returns the time of the last update for the index statistics.
<Source>.StatDate (Function)
Returns the date of the last update for the index statistics.
GeometryWithin (Function)
Determines whether geometry A is completely within geometry B (i.e., geometry B completely contains geometry A).
<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.
HDelete (Function)
Deletes a record from a table (query or view).
<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.
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).
HInfoItemRights (Function)
Gets the rights granted to a user or group on an item.
USE IN (transaction)
The USE ... IN statement is used to define the block of operations to be performed in a transaction.