ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

External language: Programming in Pascal
We are going to call the elements developed in WINDEV (project, windows, ......
SWITCH statement
The SWITCH statement is used to choose the action that will be run according to the value of an expression...
sfLeadConvertResult (Variable type)
The sfLeadConvertResult type is used to find out the result of SFConvertLead...
EmailReadFirstHeader (Function)
Reads the header of the first incoming email according to the protocol used (POP3 or IMAP, Lotus Notes or Outlook).
EmailReadPreviousHeader (Function)
Reads the header of the email found before the current email according to the protocol used (POP3 or IMAP, Lotus Notes or Outlook).
emailAttach (Variable type)
The emailAttach type is used to handle an attachment.
IWListAdd (Function)
Adds a new internal window to the list of internal windows browsed by an Internal Window control.
RealToDateTime (Function)
Converts an 8-byte real to a date and time.
RegexSearch (Function)
Searches for all the parts of a string that match a specific format.
Extension (Property)
The Extension property is used to: get the extension of a table defined in the data model editor or programmatically. define the extension of a file (when the file is described through programming only)....
The Organization Chart control
The Organization Chart control is used to represent elements in a hierarchical way. For example: the contributors of a company according to their position. the different branches of a group with their inter-dependencies. the different steps of a manufacturing process, ......
EmailReadLastHeader (Function)
Reads the header of the last Email received, depending on the protocol used (POP3 or IMAP, Lotus Notes or Outlook).
12. External component in practice
File Description (Variable type)
The File Description variable is used to programmatically describe tables.
SaaSIsConnected (Function)
Defines whether the connection to the SaaS web service is still established.
Radio Button control functions
The following functions are used to manage the Radio Button controls......
MongoGridFSGetFileByID (Function)
Retrieves (on the local computer) a file identified by its identifier and found in a MongoDB file system.
MongoCreate (Function)
Creates a connection to a MongoDB server or cluster.
MongoAdd (Function)
Adds one or more documents into a collection of MongoDB database.
MongoGridFSDeleteFile (Function)
Deletes a file identified by its name from a MongoDB file system.
LeapYear (Function)
Indicates whether the specified year is a leap year or not.
iDocumentCanceled (Function)
Used to find out whether the current print was canceled by the user.
fCreate (Example)
Usage example of the fCreate function