ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<Tab>.Status (Function)
Returns the status of a dynamic tab pane (identified by its alias).
Optional connection information
When defining the connections in the data model editor or when defining the connections through programming, you have the ability to specifier the optional connection information......
HFSQL Client/Server: Configuring the data files on the server
Date management constants
List of constants used by date management functions...
Open document tabs
The document tabs allow you to navigate between the different elements opened in the different editors....
ERR_NO_END_TAG
Tab control functions
The following functions are used to manage tabs......
The "dynamic" Tab control
The "Dynamic tab" Tab control is used to display several windows in the same window......
Telemetry: Viewing data
To see the results of telemetry data for your applications, WINDEV and WINDEV Mobile propose a telemetry editor......
Refreshing the page data
In a dynamic WEBDEV site, the page data is refreshed during a user action......
<Tab>.Open (Function)
Opens a new pane in a Dynamic Tab control.
<Tab>.CloseAll (Function)
Closes all dynamic tabs of a Tab control.
Developing sites for specific platforms
Many devices can be used to display websites (Android phone, iPhone, etc....
<Tab>.SaveConfiguration (Function)
Saves the configuration of dynamic tabs found in a Tab control in character string format.
<Tab>.Close (Function)
Closes a dynamic pane in a Tab control.
<Tab>.LoadConfiguration (Function)
Restores the configuration of dynamic tabs in a Tab control.
Export your data to Excel
Export your data to Word
Connection
The Connection keyword can correspond to: the Connection variable. the Connection property used to get and change the connection currently associated with a data file. For more details, see Connection. the Connection property of a hbScanParameter variable....
Replication of mobile data (Android or iOS)
The assisted universal replication is available in Android and iOS......
<Source>.CreationIfNotFound (Function)
Performs the following operations: If the file does not exist, creates an empty data file (".FIC" file) with the index file and the memo file if necessary. The function is equivalent to HCreation. If the file exists, opens the file....
NbKeyItem (Property)
The NbKeyItem property is used to get the total number of key items (including composite keys) in a record of: a file described in the data model editor, a file described through programming, an HFSQL view, a query....
NumberColumn (Property)
The NumberColumn property is used to: Get the number of columns in Table, Check Box, Radio Button controls, etc.. Set the number of columns in a multi-column List Box control....
HCreationIfNotFound (Function)
Performs the following operations: If the file does not exist, creates an empty data file (".FIC" file) with the index file and the memo file if necessary. The function is equivalent to HCreation. If the file exists, opens the file....
WDMap: Printing records
WDMAP allows you to print the records found in a data file......