ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

SFUndelete (Function)
Restores previously deleted Salesforce records.
<sfConnection variable>.Undelete (Function)
Restores previously deleted Salesforce records.
<sfConnection variable>.Modify (Function)
Modifies the records of a file defined in Salesforce.
<Source>.ErrorStatusModification (Function)
Returns the status of a record during a modification conflict.
<sfConnection variable>.Add (Function)
Creates a record in a file of a Salesforce database.
<Source>.Delete (Function)
Deletes a record from a table (query or view).
Describing a report table
To display the table description, select "Table description" in the context menu of one of the table elements...
HRetrieveRecord (Function)
Returns the content of the current record (in a file, a view or a query, ...).
HDeleteAll (Function)
Deletes all records from a table, an HFSQL view or a query.
Constants used by properties associated with windows, reports, pages and controls
List of constants used by properties associated with windows, reports, pages and controls....
CacheSize (Property)
The CacheSize property is used to: Get the maximum number of records that can be stored in the cache of the Native MySQL Connector. Change the maximum number of records that can be stored in the cache of the Native MySQL Connector....
Android: Conditions for using the Map control
Up to WINDEV Mobile version 180046, the Google Maps API library was required to use a Map control in an Android application......
Automatic Application Features (AAF)
The Automatic Application Features (AAF) allow you to add features to your application without having to write a single line of code......
How to choose the data source of a control?
This help page presents the different data sources available for a control....
SCM administrator: Merging repositories
By merging repositories, you can combine projects from several repositories into a single repository......
How to develop a PHP site?
What is a PHP site?......
Creating and testing a query with parameters
Regardless of the query type (Select, Insert, Delete, Update) and regardless of its creation mode (with the wizard or by SQL directly), you have the ability to use parameters. The name of the parameter is specified when creating the query....
WDMap: View records in a table
WDMap is used to view the records found in a table......