ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Testing a static page
The test of a single page allows you to run the current page in WEBDEV......
Database access: summary
WINDEV and WEBDEV support different SQL query execution modes depending on how the database was accessed.......
HFSQL views
An HFSQL view corresponds to a "memory image" of an HFSQL data file......
Type (Property)
The Type property is used to get and change the type of an element.
Events associated with Looper controls
List of events associated with Looper controls...
WINDEV, WEBDEV, Android or iOS external component
An external component is a set of WINDEV, WEBDEV or WINDEV Mobile elements......
Creating the Table windows of the WINDEV RAD pattern
HAccelerateSpeed (Function)
Reorganizes the internal structure of the indexes to optimize the speed for accessing the data.
HSynchronizeReplica (Function)
Synchronizes the master replica and the subscriber replica: the operations performed on one of the replicas are transferred into the other replica.
TableSave (Function)
Updates or adds the record bound to the current row in the Table or TreeView Table control.
Decrypt (Function)
Decrypts a character string that was encrypted by Encrypt.
Events associated with Table controls
List of events associated with Table controls...
2. Application development cycle
WINDEV Mobile covers the entire application development cycle...
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......
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).
LooperDeleteSelect (Function)
Deletes the selected rows from a Looper control.
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
Data source (Type of variable)
A Data source variable is used to describe a temporary data source (query, view, alias, ...)
Installing a SOAP server with Netscape iPlanet 4.1
TableDeleteSelect (Function)
Deletes the selected rows from a Table or Treeview Table control.
Creating the Vision windows of the WINDEV RAD pattern
HSubstDir (Example)
Usage example of the HSubstDir function
Creating the Table pages of the WEBDEV RAD pattern