ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

HChangeConnection (Function)
Dynamically changes the connection associated with a table.
<Connection variable>.InfoFileRights (Function)
Gets the rights granted to a user or group on an HFSQL Client/Server table....
HImportText (Function)
Imports a Text file into an HFSQL Classic or Client/Server table. This table must have been defined in the data model editor, or declared with HDeclare, HDeclareExternal or HDescribeFile)....
Gantt Chart control properties
You can manipulate Gantt Diagram columns in Table or TreeVew Table controls using the following WLanguage properties......
HOut (Function)
Used to find out whether the record on which you want to be positioned is located outside the table, filter, view or query.
HGetCurrentPosition (Function)
Returns the approximate position of current record in the table.
HImportXLS (Function)
Imports an XLS file into an HFSQL Classic or Client/Server table. This table must have been defined in the data model editor, or declared with HDeclare, HDeclareExternal or HDescribeFile)....
HImportXML (Function)
Imports an XML file into an HFSQL Classic or Client/Server table. This table must have been defined in the data model editor, or declared with HDeclare, HDeclareExternal or HDescribeFile)....
HChangeName (Function)
Modifies the physical name of a table.
AAF: Automatic filter on the columns of Table controls
The user can filter the content of a Table control by displaying the records corresponding to a condition for example......
HImportCSV (Function)
Imports a CSV file into an HFSQL Classic or Client/Server table. This table must have been defined in the data model editor, or declared with HDeclare, HDeclareExternal or HDescribeFile)....
<Source>.RetrieveItem (Function)
Returns the content of an item found in the current record (in the table, view, query, ...).
<Source>.ChangeDir (Function)
Changes the path to a table (i.e. directory in which the file will be handled).
<Source>.SavePosition (Function)
Stores the current context of a table: current record, filter, read pointers.
<Source>.Modify (Function)
Modifies the specified record or the record found in memory in the table (query or view).
<Source>.First (Function)
Sets the position on the first record of a table according to the specified browse item.
<Source>.ListKey (Function)
Returns the list of keys in a table (query or view) recognized by the HFSQL engine.
GanttTimeDisplayed (Function)
Defines the time range displayed in a column of a Table or TreeView Table control of type Gantt Chart.
GanttAddHoliday (Function)
Defines a new holiday period on a row in a Gantt Chart column of a Table or TreeView Table control.
<Gantt chart>.AddHoliday (Function)
Defines a new holiday period on a row in a Gantt Chart column of a Table or TreeView Table control.
<Gantt chart>.DateTimePosition (Function)
Sets the first day and time displayed in a Gantt Chart column in a Table or TreeView Table control.
<Gantt chart>.WorkingWeekDay (Function)
Indicates if a day of the week is a working day in a Gantt Chart column in a Table or TreeView Table control.
TableRecNum (Function)
Returns the number of the current record in a data-bound Table control based on a table.
MagnifierMode (Property)
The MagnifierMode property determines and changes how the magnifier is displayed in the column headings of a Table or TreeView Table control.