ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Sub-query
A sub-query is a query whose result is used by another query...
HSetTrigger (Function)
Enables or disables the management of triggers.
HUnlockRecNum (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)....
HUnlockFile (Function)
Unlocks the records of a data file: locked by HLockFile. individually locked by a locking read function....
HClose (Function)
Closes a data file or all the data files opened by the current user: all the corresponding physical data files are closed for the current user.
Managing the certificates
Signing a file allows you to check that the file was not modified or altered since it was signed. The signature also allows you to check the issuer identity....
HCreateSubscriberReplica (Function)
Creates the description file of a subscriber replica.
<Connection variable>.CloseConnection (Function)
Closes a connection to a database.
HGetCurrentPosition (Function)
Returns the approximate position of current record in the data file.
Creating a strong-named .NET assembly
To create a strong-named .NET assembly ......
HFirst (Function)
Sets the position on the first record of a data file according to the specified browse item.
HSetReplication (Function)
Temporarily disables (or re-enables) the replication.
HListLink (Function)
Returns the list of links (Merise) in the current analysis or in a specific analysis
<Source>.FTListWord (Function)
Lists the words of the current record that will be taken into account by the full-text indexing.
<Connection variable>.ListParameter (Function)
Returns the list of parameters saved from the stored procedures on the server.
HDBCreation (Function)
Ends the description of the structure of an xBase data file through programming.
HDBDescribeIndex (Function)
Describes through programming the different index files that will be created.
<Connection variable>.Priority (Function)
Finds out and modifies the priority of the calling application.
<Connection variable>.PriorityClient (Function)
Modifies the priority of a client application.
<Source>.ErrorModification (Function)
Returns the value of a record item when a modification conflict occurs..
HReadFirst (Function)
Sets the position on the first record according to a browse item.
HCreationIfNotFound (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....
HListSynonym (Function)
Returns the list of synonyms used by a full-text index.
HListStopWord (Function)
Returns the list of stop words used by a full-text index.
HDescribeItem (Function)
Describes a file item through programming.
HDuplicateRecord (Function)
Duplicates the record read in a data file: the record found in memory is added into the data file (query or view).