ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

fUncompress (Function)
Decompresses a file that was compressed by fCompress.
SFUndelete (Function)
Restores previously deleted Salesforce records.
SFSeekModified (Function)
Seeks and retrieves the records (Salesforce objects) modified during the specified period.
SpreadsheetSelectWorksheet (Function)
Selects a worksheet (identified by its name) in a Spreadsheet control.
SFSeekDeleted (Function)
Seeks and retrieves the records (Salesforce objects) deleted during the specified period.
Interface
An interface is used to divide the uses of features common to several elements from their implementations, which simplifies their re-usability.
WLanguage procedure called by fListFile
WLanguage procedure ("Callback") called by fListFile for each file found.
DownloadInfo (Type of variable)
The DownloadInfo type is used to read the different details about a download in progress retrieved by DownloadGetInfo.
JavaExecuteFunction (Function)
Starts a specific static function of a given Java class.
SFMerge (Function)
Merges the Salesforce records (also called Salesforce objects).
HTTPGetResult (Function)
Retrieves the result or the header of last HTTP request run.
FinPeriodInterest (Function)
Calculates for a given period the amount of interests due for a loan paid off by fixed periodic payments with a fixed interest rate.
DownloadParameter (Type of variable)
The DownloadParameter type is used to define all the advanced characteristics of a file download performed by DownloadAdd.
Handling a toolbar through programming
WINDEV allows you to handle a Toolbar control through programming......
SFExecuteQuery (Function)
Runs an SOQL query (Salesforce Object Query Language) on a Salesforce database.
SFRead (Function)
Retrieves the Salesforce records from their identifiers.
fSizeUncompressed (Function)
Returns the size of a file before compression. When a file is decompressed by fUncompress, we recommend that you to compare the non-compressed size of file with the available disk space.
SelectionColor (Function)
Changes the characteristics of the selection bar in a Table control, Combo Box control or List Box control.