ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

EmailGetAll (Function)
Retrieves all the emails found on a server.
HashCheckFile (Function)
Checks the Hash of a file for a specific type of algorithm.
ExtractString (Function)
Allows you to: extract a substring from a string based on a specified string separator. search for substrings in a string based on a specified string separator....
HTransactionEnd (Function)
Validates the current transaction: the modifications performed on the data file since the start of transaction (HTransactionStart) are validated. the transaction file is deleted (if the transaction is the last transaction in progress for a network application) the records locked in read-only by the transaction are unlocked....
EmailReadPrevious (Function)
Reads the email found before the current email according to the protocol used (POP3 or IMAP, MS Exchange, Lotus Notes or Outlook).
HSetIntegrity (Function)
Enables or disables the management of an integrity constraint on a file link.
fTime (Function)
Returns or modifies the different times associated with a file or directory (date created, modified or accessed).
HashFile (Function)
Calculates the Hash of a file according to a specific algorithm.
Selected (Property)
The Selected property is used to: Select, or determine if a row is selected in a List, ListView or Table control. Select, or determine if a column or cell is selected in a Table control with row or column selection. Select, or determine if a WEBDEV menu option is selected....
iPrintImage (Function)
Sends the image file to print to the print buffer.
ParallelTaskExecuteAfterOne (Function)
Indicates a continuation parallel task that will be run once the first task is completed in an array of parallel tasks.
ReturnedValue (Property)
The ReturnedValue property is used to: Get and change the value returned by a window, page or report. Get and change the value returned by an option in a Radio Button control....
ThreadExecute (Function)
Starts the execution of a secondary thread.
FilePath (Property)
The FilePath property gets: the name of the xlsx file associated with a Spreadsheet control. the name of the file associated with an Image Editor control. the name of the PDF file associated with a PDF Reader control. the name of the DOCX file associated with a Word Processing control. the name of the wddiag file associated with a Diagram Editor control....
NFCStatus (Function)
Returns the activation status of the NFC sensor found on the device.
Title (Property)
The Title property gets and sets the title of an element.
TitleHeight (Property)
The TitleHeight property gets and sets: the height of the title for the columns of a Table or TreeView Table control. the height of the title bar of a Dockable Panel control. the height of the title bar of a window with a custom title bar....
VideoRequestPermission (Function)
Requests permission to use the device's camera....
CameraRequestPermission (Function)
Requests permission to use the device's camera....
CurrentColumn (Function)
Returns: the index of the current indexed column in a Table control (based on a data file or populated programmatically). the number of the column currently in edit mode in the specified Table control (based on a data file or populated programmatically)....
PDFExtractPage (Function)
Extracts a page from a PDF file in a variable of type Image.