ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

grMask (Function)
Formats the data displayed by grLabel or by grTooltip.
Project Management Hub: Management of incidents
The Project Management Hub allows you to keep a history of the incidents encountered in your applications......
SecondaryAxis (Property)
The SecondaryAxis property is used to: determine whether a chart series is on the secondary axis. set the position of a chart series on the secondary axis....
WiFiConnectionInfo (Function)
Returns the requested information about the current Wi-Fi connection of the device.
SaaSSendSecurityCode (Function)
Sends the security code to the user so that he can change his password.
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
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.
TableToWord (Function)
Creates a Word file (.RTF) from the data found in a Table or TreeView Table control.
WiFiDeleteNetwork (Function)
Deletes a network from the list of Wi-Fi networks configured on the device.
fLoadBuffer (Function)
Loads the content of an external file (text, image, ...) in a buffer variable.
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