ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

SQLDisconnect (Function)
Closes the current connection and frees the memory used by the connection.
<Connection variable>.OpenConnection (Function)
Opens a connection to a specific database.
SQLConnectWS (Function)
Connects the current application to a database that will be queried by SQL through a web service proxy (SOAP).
HCloseConnection (Function)
Closes a connection to a database.
SQLConnect (Function)
Connects the current application to a database that must be interrogated via SQL.
WDMap: Adding, modifying and deleting the records of a data file
WDMap allows you to perform simple operations (addition, modification or deletion) on the records found in a data file......
WDMap: Modifying the display mode of records
By default, WDMap displays the records found in a data file by using the following rules......
WDMap: Viewing records: special cases
This help page presents the special display cases in WDMap......
SFSeekDeleted (Function)
Seeks and retrieves the records (Salesforce objects) deleted during the specified period.
SFModify (Function)
Modifies the records of a file defined in Salesforce.
SFConvertLead (Function)
Converts the leads.
SFMerge (Function)
Merges the Salesforce records (also called Salesforce objects).
SFExecuteProcess (Function)
Requests the execution of a specific process.
SFRead (Function)
Retrieves the Salesforce records from their identifiers.
SFEmptyRecycleBin (Function)
Clears the specified records from the Salesforce recycle bin.
SFUndelete (Function)
Restores previously deleted Salesforce records.
SFSeekModified (Function)
Seeks and retrieves the records (Salesforce objects) modified during the specified period.
SandboxMode (Property)
The SandboxMode property determines if the sandbox mode is used.
SFConnect (Function)
Allows you to authenticate yourself beside a Salesforce platform.
SFDisconnect (Function)
Disconnects: the Salesforce platform. the current Salesforce session....
HRSWaitForDataProcess (Function)
Waits for: the replication data on the master server to be sent to the subscriber server. the replication data received on the subscriber server to be entirely applied....
HsMenu,Label (Function)
Modifies the caption of a menu option.
HAddGroup (Function)
Adds a group of users.
fIsImage (Function)
Used to find out whether a file found on disk or a file contained in a buffer corresponds to an image format recognized by WINDEV, WEBDEV or WINDEV Mobile.
fParentDir (Function)
Returns the path of the parent directory for the specified directory.
HAddScheduledOptimization (Function)
Adds an optimization task of HFSQL Client/Server data files....
fBuildRelativePath (Function)
Returns the path to a file relative to a reference directory.
DiskFile (Type of variable)
The DiskFile type is used to handle text files present on disk.
HTransactionRollbackToSavepoint (Function)
Rolls the transaction back to the savepoint.
HDeleteTask (Function)
Deletes a scheduled task from an HFSQL Client/Server server....