ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

<Source>.Cross (Function)
Crosses a record in a table.
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.
GeometryWithin (Function)
Determines whether geometry A is completely within geometry B (i.e., geometry B completely contains geometry A).
<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.
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....
HFirst (Function)
Sets the position on the first record of a table according to the specified browse item.
<Source>.LockRecNum (Function)
Locks a record and restricts the access to this record for all the other applications.
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>.StatTime (Function)
Returns the time of the last update for the index statistics.
<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).
Native SQL Server Connector: Executing the same stored procedure multiple times
In some cases, it may be useful to execute the same stored procedure multiple times by changing one or more parameters ......
HCross (Function)
Crosses a record in a data file.