ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

fLoadBuffer (Function)
Loads the content of an external file (text, image, ...) in a buffer variable.
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
SFEmptyRecycleBin (Function)
Clears the specified records from the Salesforce recycle bin.
iPageHeightLeft (Function)
Calculates the available height (in millimeters) left on the current page while taking into account the defined margins (top or bottom).
SemaphoreEnd (Function)
Allows one or more threads to exit from the area protected by the semaphore.
grMask (Function)
Formats the data displayed by grLabel or by grTooltip.
SFForwardQuery (Function)
Continues to run a SOQL query (Salesforce Object Query Language) on the records of a Salesforce database.
WiFiDeleteNetwork (Function)
Deletes a network from the list of Wi-Fi networks configured on the device.
SaaSSendSecurityCode (Function)
Sends the security code to the user so that he can change his password.
SFExecuteProcess (Function)
Requests the execution of a specific process.
SFSearch (Function)
Performs a search among the records found in a Salesforce database.
fDirAttribute (Function)
Returns or modifies the attributes of a directory.
HTransactionStart (Function)
Starts a transaction on the tables (HFSQL or accessed via a Native Connector) and creates the transaction table.
VibrationTrigger (Function)
Triggers the vibrations of the device.
TableInputInProgress (Function)
Indicates whether a Table or TreeView Table control is currently in edit.
TableInsertColumn (Function)
Inserts elements in the format of columns into a horizontal Table control.
NextIndex (Function)
Returns the number of the next row displayed in the current Table control.
fSeek (Example)
Usage example of the fSeek function