ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Implementing the log process in an application
Regardless of the tables used by your application (HFSQL Classic or HFSQL Client/Server), the log process can be implemented on these tables......
HDescribeFullTextIndex (Function)
Describes a full-text index of table created programmatically.
TableBreakIndex (Function)
Returns the index of the break header and footer for a given break in a Table control.
<Pivot Table>.ListPositionHeader (Function)
Returns all values associated with a row or column header in a Pivot Table control.
HChangeDir (Function)
Changes the path to a table (i.e. directory in which the file will be handled).
PVTInfoXY (Function)
Returns the values of headers corresponding to a position in a Pivot Table control in pixels.
<Source>.ListKey (Function)
Returns the list of keys in a table (query or view) recognized by the HFSQL engine.
<Connection variable>.ModifyFileRights (Function)
Sets the rights granted to a user or group on an HFSQL Client/Server table....
PVTListPositionHeader (Function)
Returns all values associated with a row or column header in a Pivot Table control.
NewRecord (Property)
The NewRecord property is used to determine if the record is a new record or if it comes from the table.
<Connection variable>.InfoFileRights (Function)
Gets the rights granted to a user or group on an HFSQL Client/Server table....
<Pivot Table>.Save (Function)
Saves the result of the calculation performed in a Pivot Table control (in a file or in memory).
TableListChild (Function)
Lists the "children" of a node and the "child" elements of these "children" in a TreeView Table control.
iParameterPreview (Function)
Configures the print preview: display a message regarding the resources of current computer. display or hide the ribbon tabs and buttons. the export options available in the mini preview window....
Client/Server: Connecting client computers to the server
In order for the application to be able to handle the tables found on the HFSQL server, the connection that will be used by the application must be defined in the project......
Word processing: Using the ribbon
The ribbon found in the Word Processing control proposes several features and it allows you to perform several settings......
Linking a Scheduler control to a table or variable
You can create Scheduler controls directly linked to the data....
Properties associated with the rows of a TreeView Table control
The rows of TreeView Table controls in a window or page can be manipulated using WLanguage properties......
Filter (Property)
The Filter property is used to identify and change the filter applied to records in: Table controls based on a data file, browsing TreeView Table controls, browsing List Box controls, Combo Box controls based on a data file, browsing Looper controls....
Cursor (Property)
The Cursor property is used to get and change the position of the mouse cursor in one of the following controls: Edit control. Editable Combo Box. "Edit control" table column and "Editable Combo Box" table column. Word Processing control. HTML Editor control....
TreeView Table control based on a variable
A TreeView Table control based on a variable is a control bound to a variable or a set of variables......
PVTSelect (Function)
Allows you to find out the position of selected cells and to select cells in a Pivot Table control.
hbColumn (Type of variable)
The hbColumn type is used to define the advanced characteristics of a column (item) in a HBase table.
ConfigureSpellCheck (Function)
Configures the spelling checker for the edit controls and for the Table control columns in the whole application.