ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HLockFile (Function)
Locks a data file and restricts the access to this data file for all other sites or applications.
HLogRecreate (Function)
Used to re-create an empty log.
HLogRestart (Function)
Restarts the logging process on a file.
HLogStop (Function)
Stops the log process of a file.
HStatNbDuplicates (Function)
Returns the number of duplicates for a given key item.
HStatNbRec (Function)
Returns the number of entries for a given key item.
HLogInfo (Function)
Adds comments to the log when saving the operation.
HStatNbRecRange (Function)
Returns an estimate regarding the number of entries for a given key item in a given interval of values.
HGetCurrentPosition (Function)
Returns the approximate position of current record in the data file.
HSetPosition (Function)
Sets the position on a record, based on the approximate position of one of its items.
Minute (Property)
The Minute property is used to: Retrieve the minutes from a Time or DateTime variable, or the number of minutes from a Duration. Change the minutes in a Time or DateTime variable, or the number of minutes in a Duration. Retrieve the minutes or the number of minutes from a Date item (in "Date and Time" or "Duration" format) or from a Time item. Modify the minutes or the number of minutes in a Date item (in "Date and Time" or "Duration" format) or in a Time item....
HErrorDuplicates (Function)
Used to check whether a duplicate error occurred.
HAccelerateSpeed (Function)
Reorganizes the internal structure of the indexes to optimize the speed for accessing the data.
<Source>.LockRecNum (Function)
Locks a record and restricts the access to this record for all the other applications.
<Source>.CreationIfNotFound (Function)
Performs the following operations: If the file does not exist, creates an empty data file (".FIC" file) with the index file and the memo file if necessary. The function is equivalent to HCreation. If the file exists, opens the file....
<Source>.DuplicateRecord (Function)
Duplicates the record read in a data file: the record found in memory is added into the data file (query or view).
<Source>.Cross (Function)
Crosses a record in a data file.
<Source>.StatDate (Function)
Returns the date of the last update for the index statistics.
<Source>.First (Function)
Sets the position on the first record of a data file according to the specified browse item.
<Connection variable>.SetIntegrity (Function)
Enables or disables the management of an integrity constraint on a file link.
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 data file (query or view).
<Source>.StatTime (Function)
Returns the time of the last update for the index statistics.
Operations in a Select query
The query editor allows you to perform operations on the values of an item......
WDMap: Viewing records: special cases
This help page presents the special display cases in WDMap......