ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

HDBIndex (Function)
Opens an xBase index file.
xBase files: Limits
WINDEV License Agreement
HDBOpenNoLock (Function)
In single-user mode, opens an xBase table without locking it.
HDBOpen (Function)
Opens the xBase table and the "memo" file if it exists.
HDBSortType (Function)
Returns or modifies the sequence of text items in the xBase files.
HSynchronizeReplica (Function)
Synchronizes the master replica and the subscriber replica: the operations performed on one of the replicas are transferred into the other replica.
HDelete (Function)
Deletes a record from a table (query or view).
Creating the Table windows of the WINDEV RAD pattern
TableSave (Function)
Updates or adds the record bound to the current row in the Table or TreeView Table control.
Events associated with Table controls
List of events associated with Table controls...
HReadSeekFirst (Function)
Sets the position on the first record whose value for a specific item is strictly equal to a sought value (exact-match search).
Creating the Relation windows of a WINDEV RAD pattern
Native SQL Server Connector: Specific features and remarks
The following paragraphs present the main aspects and specific features of the Native SQL Server Connector......
LooperDeleteSelect (Function)
Deletes the selected rows from a Looper control.
Decrypt (Function)
Decrypts a character string that was encrypted by Encrypt.
2. Application development cycle
WINDEV Mobile covers the entire application development cycle...
WLanguage types
The different types in WLanguage are......
Server (Property)
The Server property is used to manage the data source of a connection (HFSQL Client/Server, OLE DB, etc.)....
TotalNbRec (Property)
The TotalNbRec property is used to: Get the number of records to be printed. Change the number of records to be printed....
Data source (Type of variable)
A Data source variable is used to describe a temporary data source (query, view, alias, ...)
HExecuteQuery (Function)
Declares a query created in the query editor to the HFSQL engine and runs this query.
Creating the Relation pages of a WEBDEV RAD pattern
HSubstDir (Example)
Usage example of the HSubstDir function
TableDeleteSelect (Function)
Deletes the selected rows from a Table or Treeview Table control.
Creating the Table pages of the WEBDEV RAD pattern
HPrepareSQLQuery (Function)
Initializes a query written in SQL language and declares this query to the database server in order to optimize the next executions of this query.
Installing a SOAP server with Netscape iPlanet 4.1