ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

MsgSortSel (Property)
The MsgSortSel property is used to: Find out the wait message displayed when sorting and selecting the report records. Modify the wait message displayed when sorting and selecting the report records....
SFRead (Function)
Retrieves the Salesforce records from their identifiers.
<sfConnection variable>.Read (Function)
Retrieves the Salesforce records from their identifiers.
<sfConnection variable>.Delete (Function)
Deletes records from a Salesforce database.
SFDelete (Function)
Deletes records from a Salesforce database.
WDSQL: Creating an SQL query
Once the connection to the database is established, WDSQL allows you to create different types of SQL queries......
SFModify (Function)
Modifies the records of a file defined in Salesforce.
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.
WDMap: Viewing the records found in a data file
WDMap is used to view the records found in a data file......
SQLLock (Function)
Used to lock: The entire data table, in read and write mode. Its data cannot be accessed by other computers. The records selected by the query. This data cannot be accessed by the other computers. This method can be used to update records for example....
SFEmptyRecycleBin (Function)
Clears the specified records from the Salesforce recycle bin.
<sfConnection variable>.EmptyRecycleBin (Function)
Clears the specified records from the Salesforce recycle bin.
tapiRecord (Function)
Records the current communication as a".WAV" file.
Filtering a data file, a view or a query
A filter is used to define by programming a selection of records corresponding to one or more criteria......
HListItem (Function)
Returns the list of items: found in a data file ( a query or a view) known to the HFSQL engine. The data files defined by HDeclare, HDeclareExternal and HDescribeFile are taken into account. found in a Record variable....
SFMerge (Function)
Merges the Salesforce records (also called Salesforce objects).
SFSearch (Function)
Performs a search among the records found in a Salesforce database.
HDeleteAll (Function)
Deletes all records from a data file, an HFSQL view or a query.
<sfConnection variable>.Merge (Function)
Merges the Salesforce records (also called Salesforce objects).
<sfConnection variable>.Search (Function)
Performs a search among the records found in a Salesforce database.
<Source>.DeleteAll (Function)
Deletes all records from a data file, an HFSQL view or a query.
Native MariaDB Connector: Specific features
The Native MariaDB Connector creates "InnoDB" tables to support locks and transactions on a MariaDB database......
Native MySQL Connector: Specific features
The Native MySQL Connector (also called "Native MySQL Access") creates "InnoDB" tables to support locks and transactions on a MySQL database......
1
4
5
6
7
8
126
>