ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Component (Property)
The Component property configures the different components of a composite key.
<Source>.ChangeDir (Function)
Changes the path to a data file (i.e. directory in which the file will be handled).
4. Dedicated server or shared server?
HExecuteView (Function)
Runs a view that was created beforehand (can be used to refresh the view data for example). This function uses the former view mechanism.
HDescribeServerTrigger (Function)
Adds or modifies a server trigger.
HLinkMemo (Function)
Used to associate a file with a binary memo item or to cancel the existing link between a file and a binary item.
Describing a query
Once a query is created, all the characteristics of this query can be modified at any time......
The Combo Box control
The "Combo Box" control is used to display a list of elements and to select an element from this list......
<Source>.SetTransaction (Function)
Enables or disables the management of transactions for one or more files.
<Connection variable>.AddTask (Function)
Adds a scheduled task on the server defined by the connection.
<Connection variable>.ModifyScheduledBackup (Function)
Modifies a backup scheduling.
<Source>.ChangeConnection (Function)
Dynamically changes the connection associated with a data file.
HSetTransaction (Function)
Enables or disables the management of transactions for one or more files.
HChangeDir (Function)
Changes the path to a data file (i.e. directory in which the file will be handled).
<Connection variable>.DeleteBackup (Function)
Deletes a backup previously created with HBackup.
Unalterable (Property)
The Unalterable property is used to configure the unalterability of a data file: the data file cannot be modified; only additions can be made.
<Destination>.CopyRecord (Function)
Copies: the content of the current record (loaded in memory) to the current data file record. the content of the Record variable to the current data file record....
<Source>.Security (Function)
Enables or disables the automatic security mechanism on one or more data files.
<Source>.EndNoModif (Function)
Unlocks a file that was locked by the same program with HNoModif.
<Source>.Flush (Function)
Forces the operating system of the computer where the data files are found to write data onto the disk.
<Source>.HistoryModification (Function)
Returns the modifications performed on one or more items of a given record. The result can be displayed in a list box or in a table to allow the user to view the modifications made to the specified file.
<Source>.NoModif (Function)
Forbids all the modifications on a data file (for all the programs, including the one that requested the no-modification policy).
<Source>.PrepareQuery (Function)
Initializes a query and declares this query to the database server in order to optimize the next executions of this query.
<Source>.Reset (Function)
Initialize: one or all variables of file items with their default values. one or all items of a Record variable with their default values....
HRestorePosition (Function)
Restores the context of a previously saved file (HSavePosition): current record, filter, pointers.