ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

<Source>.Security (Function)
Enables or disables the automatic security mechanism on one or more tables.
<Connection variable>.AddScheduledOptimization (Function)
Adds an optimization task of HFSQL Client/Server tables....
HListTrigger (Function)
Returns the list of triggers applied to one or more HFSQL tables.
File Description (Variable type)
The File Description variable is used to programmatically describe tables.
HChangeLocation (Function)
Modifies the search mode of physical tables (.FIC, .NDX, ...).
SQLListTable (Function)
List all the tables that can be accessed by the connected database system.
HSecurity (Function)
Enables or disables the automatic security mechanism on one or more tables.
HAddScheduledOptimization (Function)
Adds an optimization task of HFSQL Client/Server tables....
<Source>.ChangeLocation (Function)
Modifies the search mode of physical tables (.FIC, .NDX, ...).
TableCellSelectOccurrence (Function)
Returns the number of selected cells found in a Table control. This function is kept for backward compatibility. It is recommended to use TableSelectCount.
WinLineDetails (Property)
The WinLineDetails property allows you to get and change the name of the internal window used to display the details of a row in a Table control.
<Table>.CellSelectOccurrence (Function)
Returns the number of selected cells found in a Table control. This function is kept for backward compatibility. It is recommended to use TableSelectCount.
CtAccess (Property)
The CtAccess property is used to set the type of access to the data file when connecting to a specific table via OLE DB.
CtDescribedAccess (Property)
The CtDescribedAccess property is used to set the type of access to the data file when connecting to a specific table via OLE DB.
CtDatabase (Property)
The CtDatabase property is used to set the OLE DB data source when connecting to a specific table via OLE DB.
CtDescribedDatabase (Property)
The CtDescribedDatabase property is used to set the OLE DB data source when connecting to a specific table via OLE DB.
Crosstab report
The report editor allows you to create "Crosstab" reports......
<Page>.ToSource (Function)
Automatically initializes: 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....
PageToSource (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....
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....