ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

TableDelete (Function)
Deletes a row from: a Table control, a TreeView Table control, a table displayed in a Combo Box control....
HSynchronizeReplica (Function)
Synchronizes the master replica and the subscriber replica: the operations performed on one of the replicas are transferred into the other replica.
Database access: summary
WINDEV and WEBDEV support different SQL query execution modes depending on how the database was accessed.......
TableDeleteWithAnimation (Function)
Deletes a row from a Table control, from a TreeView Table control (or from a table displayed in a Combo Box control) with an animation.
HDeactivateFilter (Example)
Usage example of the HDeactivateFilter function
WINDEV concepts
Constants for managing appointments
Lists of constants used to manage the appointments...
Events associated with TreeView Table controls
List of events associated with the TreeView Table controls...
Adding files into a replication (ReplicEdit)
When the replication is described, the data files must be added into the replication......
Native XML Connector
WINDEV and WEBDEV allow you to import and handle a definition of XML files via the data model editor......
Data source (Type of variable)
A Data source variable is used to describe a temporary data source (query, view, alias, ...)
hbScanParameter (Type of variable)
The hbScanParameter type is used to define the parameters for iterating over the records in an HBase database.
WDDeploy features
WDDeploy can be used to......
Managing HBase databases
HBase is a non-relational (NoSQL) distributed database, based on columns and using non-structured storage for large tables......
FillType (Property)
The FillType property is used to determine the type of source used to populate Table, List Box, ListView, Combo Box and Looper controls.
Events associated with reports
The following events are associated to reports (order of appearance in the code editor)......
Sortable (Property)
The Sortable property is used to: Determine if a Table control column is sortable. Make a column of a Table control sortable or not....
ListCount (Function)
Returns the number of elements in a List Box, ListView or Combo Box control.
NbPrintedRec (Property)
The NbPrintedRec property is used to determine the number of records already printed.
Automatic index generation
The automatic index generation suggests index keywords based on the content of your help page......
TotalNbRec (Property)
The TotalNbRec property is used to: Get the number of records to be printed. Change the number of records to be printed....
Events associated with TreeView controls
List of events associated with TreeView controls...
WDAdminHF: Managing a database
The remote HFSQL administrator proposes a full management of the HFSQL Client/Server databases......
XMLSavePosition (Function)
Stores the current position in the XML document.
Input suggestions in an Edit control
Implementing input suggestions in an Edit control is very simple......