ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Table
The "Table" keyword can correspond to...
docTableOfContents (Variable type)
The docTableOfContents type is used to define all the options to generate a table of contents in a Word Processing document.
HRegenerateFile (Function)
Regenerates a table from its log.
HImportJSON (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).
Implement journaled replication: Modify database schema
Log-based replication can be implemented in the data model editor......
SQLInfo (Function)
Initializes the different SQL variables with information relative to the last query run.
<Source>.Previous (Function)
Sets the position on the previous record of the table according to a browse item.
<Source>.Declare (Function)
Declares a description of table (found in a database schema) in the current project.
<Source>.ChangePassword (Function)
Changes the password of an HFSQL Classic or HFSQL Client/Server table....
<Source>.ReadNext (Function)
Sets the position on the next table record according to a browse item.
Markdown (Property)
The Markdown property is used to enable or disable Markdown formatting: in a control in a window. in a Static Text control in a report. in the controls of the internal window (title and description) used as a step of the Guided Tour....
<Source>.Next (Function)
Sets the position on the next table record according to a browse item.
<Source>.ReadLast (Function)
Sets the position on the last record of a table according to a browse item.
<Source>.Last (Function)
Sets the position on the last record of a table according to a browse item.
<Source>.Alias (Function)
Creates a logical alias of a table (or query) or cancels all existing aliases.
<Source>.ActivateFilter (Function)
Enables the filter that was previously created for the specified table (view or query).
LineSpacing (Property)
The LineSpacing property gets and sets the line spacing for variables of type Font.
hbDeleteTable (Function)
Deletes an HBase table.
Report based on a TreeView Table control
You can use a report based on a TreeView Table control to directly print the information displayed in a TreeView Table control found......
hbGetTableDescription (Function)
Retrieves the description of an HBase table.
HCopyFile (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....
HModifyGroup (Function)
Modifies the group information according to the elements found in the corresponding variables for group management.