ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

WDMap: Printing records
WDMAP allows you to print the records found in a data file......
<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....
<Tab>.Status (Function)
Returns the status of a dynamic tab pane (identified by its alias).
spMatchesDescription (Property)
The spMatchesDescription property determines if the parameters (key derivation function, hash algorithm, iteration count and output length) of the item of type "Password" in the data file match the parameters described programmatically or in the analysis.
BitcoinCoreBlockCount( Function)
Returns the size of the blockchain known by the Bitcoin node (i.e. the number of blocks created since January 3, 2009). This makes it possible, for example, to calculate the approximate date of the next halving.
REST Webservices: Automatic deserialization of request
In a REST Webservice, an entry point can have several types......
Changing sites from AWP to SEO-ready session mode
Binding a WEBDEV slider to an item
A WEBDEV slider can be bound to an item in a data file, query, etc....
Handling the checks
The monitor of the monitoring robot allows you to access the different checks started by the monitoring robot......
The Rating control
The Rating control allows the user to: indicate the popularity level of an element via repeated icons. find out the popularity level of an element via repeated icons....
Automatic AJAX
The diagram below presents the automatic and immediate use of AJAX in a WEBDEV site......
Native Sybase Connector for WINDEV and WEBDEV
WINDEV and WEBDEV propose an optional Native Connector to Sybase (also called Native Access to Sybase......
Handling List Box controls programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to programmatically handle List Box controls....
Standard dialog boxes
The dialog boxes are standard windows that allow you to communicate with the user......
Flexbox example: automatic control layout
Flexbox controls allow arranging controls exactly as desired when the browser is resized......