ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

HSecurity (Function)
Enables or disables the automatic security mechanism on one or more tables.
HNoModif (Function)
Forbids all the modifications on a table (for all the programs, including the one that requested the no-modification policy).
PageToFile (Function)
Automatically updates: the value of the items in a table with the value of the controls in the page. The table items bound to the window controls are automatically updated with the values of these controls. the value of the WLanguage variables with the value of the window controls. The WLanguage variables bound to the page controls are automatically updated with the values of these controls. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....
HEndNoModif (Function)
Unlocks a file that was locked by the same program with HNoModif.
HFlush (Function)
Forces the operating system of the computer where the tables are found to write data onto the disk.
SourceFromPage (Function)
Automatically updates: the value of the items in a table with the value of the controls in the page. the value of the WLanguage variables with the value of the page controls....
HCopyRecord (Function)
Copies: the content of the current record (loaded in memory) to the current table record. the content of the Record variable to the current table record....
<Source>.ListLink (Function)
Returns the list of links (Merise) in the current database schema or in a specific database schema.
HLockFile (Function)
Locks a data file and restricts the access to this data file for all other sites or applications.
HRSRenameServer (Function)
Changes the DNS name of the replication server if it has a new name.
<Source>.Index (Function)
Rebuilds the file index (".NDX" file).
<Source>.ExecuteView (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.
HDescribeLink (Function)
Describes a link between two tables programmatically.
IntegerPart (Property)
The IntegerPart property is used to configure Numeric items.
DecimalPart (Property)
The DecimalPart property is used to configure Numeric items.
PageToSource (Function)
Automatically updates: the value of the items in a data file with the value of the controls in the page. the value of the WLanguage variables with the value of the page controls....
HListCustomFolder (Function)
Returns the list of Custom-Folders (also called groups) defined in the analysis.
TypeDescription (Property)
The TypeDescription property is used to: Find out the type used by an Enumeration or Combination item. This item was defined in the data model editor or programmatically. Define the type used by an Enumeration or Combination item (when describing the item through programming)....
HReset (Function)
Initializes: one or all variables of file items with their default values. one or all items of a Record variable with their default values....