ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

NFCWriteTag (Function)
Starts writing data to an NFC tag.
Facebook constants
The following constants are used by the functions for managing Facebook connections:...
<emailSMTPSession variable>.CloseSession (Function)
Closes an SMTP session.
ParallelTaskExecuteAfter (Function)
Indicates a continuation parallel task that will be run when one of the specified parallel task is completed.
NFCReadTag (Function)
Starts reading a NFC tag or enables the detection of NFC tags for the current window.
NFCStatus (Function)
Returns the activation status of the NFC sensor found on the device.
WLanguage procedure called by AuthIdentify
WLanguage procedure ("Callback") called by AuthIdentify during the authentication.
ToolTipColor (Function)
Modifies the colors used for displaying the tooltips.
dLoadImage (Function)
Loads an image in an Image variable from a memo, a file or a binary buffer.
NFC functions
Functions used to manage the NFC standard...
MongoGridFSGetFileByID (Function)
Retrieves (on the local computer) a file identified by its identifier and found in a MongoDB file system.
MongoGridFSGetFile (Function)
Retrieves (on the local computer) a file identified by its name and found in a MongoDB file system.
dTransferToImage (Function)
Creates an image from a buffer of pixels encoded in a specific format. This function is an advanced function. This function is mainly used to handle the images returned by external APIs via Image variables....
<Gantt chart>.AddLink (Function)
Creates an "End to Start" link between two tasks displayed in a Gantt Chart column found in a Table (or TreeView Table) control.
Library (Property)
The Library property allows you to handle the different preset libraries associated with a Diagram Editor control. This property accesses the array of libraries of the Diagram Editor control.
StringSplit (Function)
Extracts all the substrings from a character string based on one or more string separators.
ToolTipDelay (Function)
Used to modify: the timeout before displaying the tooltips. the display duration of the tooltips....
DriveSendFile (Function)
Sends a file (present on the user's machine) to an Drive (remote disk)....
Software Factory
The concept of software factory is used to automate the process for creating applications....
<mongoGridFS variable>.ListFile (Function)
Retrieves the list of MongoDB files found in the MongoDB file system (gridFS).
<mongoCollection variable>.Find (Function)
Finds documents in a MongoDB collection.
<Word Processing>.ToImage (Function)
Exports a page from a Word Processing control in image format.
EmailReset (Function)
Resets all the variables of the email structure or all the variables of an Email variable.
AnsiToUnicode (Function)
Converts: an ANSI string (Windows) to a UNICODE string. a buffer containing an ANSI string (Windows) to a buffer containing a UNICODE string....
USING IN (Stopwatch)
The statement USING ... IN allows you to automatically start and stop a stopwatch.