ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Table control functions
List of functions specific to Table controls...
SFExecuteProcess (Function)
Requests the execution of a specific process.
SFSearch (Function)
Performs a search among the records found in a Salesforce database.
PDFOpen (Function)
Opens a PDF document and loads it in a pdfDocument variable.
PDFClose (Function)
Closes the PDF file loaded in memory in a pdfDocument variable.
zipDeleteFile (Example)
Usage example of the zipDeleteFile function
HTTPCookieWrite (Function)
Adds or modifies a cookie in an HTTP request.
SFEmptyRecycleBin (Function)
Clears the specified records from the Salesforce recycle bin.
SFConvertLead (Function)
Converts the leads.
Salesforce functions
List of Salesforce functions...
SOAPAddSAMLAssertion (Function)
Adds a SAML assertion to a Webservice request.
PDFSave (Function)
Saves the content of a pdfDocument variable in a ".PDF" file.
SFForwardQuery (Function)
Continues to run a SOQL query (Salesforce Object Query Language) on the records of a Salesforce database.
grLoadParameter (Function)
Restores the parameters used to draw a chart.
SOAPRunXML (Function)
Runs a procedure on a SOAP server.
xlsVersion (Function)
Returns the Excel version that was used to save the file.
fTime (Example)
Usage example of the fTime function
zipAddDirectory (Example)
Usage example of the zipAddDirectory function
Replication of mobile data (Android or iOS)
The assisted universal replication is available in Android and iOS......
xlsDeleteWorksheet (Function)
Deletes a worksheet from the Excel document.
HTTPCookieReplace (Function)
Replaces all the cookies stored for a domain: by HTTPRequest. by HTTPSend....
mongoResult (Type of variable)
The mongoResult type is used to find out the result during a search performed in a MongoDB database.
FTPDisconnect (Function)
Closes the connection between the current computer and the FTP server (File Transfer Protocol).
EmailSeekFirst (Function)
Finds one or more emails according to the criteria specified in the messaging software (Outlook, messaging software using the IMAP protocol, ...).
zipExtractAll (Example)
Usage example of the zipExtractAll function