ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Guided tour management functions
Guided tour management functions...
TableCount (Function)
Returns: the number of columns found in a Table or TreeView Table control. the number of rows found in a Table or TreeView Table control....
mlResetWorkSpace (Function)
Deletes all the variables from the MATLAB session.
SMSReset (Function)
Resets all variables of SMS structure.
<Table>.Count (Function)
Returns: the number of columns found in a Table or TreeView Table control. the number of rows found in a Table or TreeView Table control....
StoredValue (Property)
The StoredValue property is used to get the value currently stored by: a row in a List Box, ListView or Combo Box control. a "Text token" Edit control. a row of a Table control. an input suggestion in an Edit control (if the suggestion is selected)....
TablePosition (Function)
Displays a Table or TreeView Table control from a specified row or returns the index of the first row displayed in a Table or TreeView Table control.
HLockFile (Function)
Locks a table and restricts the access to this table for all other sites or applications.
<Connection variable>.CopyFile (Function)
Copies an HFSQL table (.fic, .ndx, .ftx, .sdx and .mmo files, if any): from the HFSQL server to the server (to perform a backup for example). from the HFSQL server to the client (to perform a local backup for example). from the client to the HFSQL server (to update the tables for example). from an HFSQL server to antoher HFSQL server....
<Connection variable>.RegenerateFile (Function)
Regenerates a table from its log.
<Source>.ChangeConnection (Function)
Dynamically changes the connection associated with a table.
<Source>.ImportJSON (Function)
Imports a JSON file into an HFSQL Classic table. This table must have been defined in the data model editor, or declared with HDeclare, HDeclareExternal or HDescribeFile).
Key and referential integrity
In a database schema, the "Key" items are also used to manage the consistency of data (called referential integrity)......
<Table>.Position (Function)
Displays a Table or TreeView Table control from a specified row or returns the index of the first row displayed in a Table or TreeView Table control.
TableAdd (Function)
Adds a row in: a Table control, a TreeView Table control, a Combo Box control "with table" (Table control displayed in a Combo Box control)....
Container column in a Table control
A cell found in a Table control can contain a set of controls......
TableDelete (Function)
Deletes a row from: a Table control, a TreeView Table control, a table displayed in a Combo Box control....
<Source>.Cross (Function)
Crosses a record in a table.