ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

EditInsertToken (Function)
Inserts a token into a "Text token" Edit control.
grPointColor (Function)
Initializes the color of a specific point in one of the following chart types: Line, Scatter, Bubble chart....
SysInstance (Function)
Returns the instance of a module.
EmailBuildSource (Function)
Generates the source code of the email message to be sent from the variables in the Email structure or in an Email variable.
ThreadEnd (Function)
Ends the execution of the current thread.
CriticalSectionEnd (Function)
Marks the end of critical section: the code will be run by another thread.
InWindowsStoreAppMode (Function)
Indicates whether the code is run in Windows Store apps mode. Function kept for backward compatibility....
TimePicker (Function)
Opens the system time picker.
InWindowsStoreAppSimulatorMode (Function)
Identifies whether or not the code is executed in the simulator for applications in Windows Store mode. Function kept for backward compatibility....
OrganizerToiCalendar (Function)
Exports the appointments found in an Organizer control in iCalendar format.
SysThumbnailDeleteButton (Function)
Deletes one of the buttons found in the thumbnail of the application from the taskbar.
MongoGridFSGetFileByID (Function)
Retrieves (on the local computer) a file identified by its identifier and found in a MongoDB file system.
MongoGridFSDeleteFileByID (Function)
Deletes a file identified by its identifier from a MongoDB file system.
iPrintXLS (Function)
Prints the current worksheet of a document in "xlsx" or "xls" format.
CameraVideoStart (Function)
Starts recording a video via a Camera control in an Android or iOS application.
DashSaveConfiguration (Function)
Saves the configuration of a Dashboard control in string format.
Left (Function)
Extracts the left part (i.e., the first characters) from a string or buffer.
SchedulerAddTask (Function)
Creates a task in the Windows scheduler (if this task does not already exist).
SysIconAddImage (Function)
Adds an icon that overlays the application icon in the taskbar.
DocPrint (Function)
Prints a document in "docx" format.
fLongPath (Function)
Returns the full long path of a file or directory.
grHolePercentage (Function)
Modifies the percentage that corresponds the hole radius in the following charts: Donut, Radial Bar chart....
BitcoinCoreBlockCount( Function)
Returns the size of the blockchain known by the Bitcoin node (i.e. the number of blocks created since January 3, 2009). This makes it possible, for example, to calculate the approximate date of the next halving.
DatePicker (Function)
Opens the system date picker.
nWDExecute: Running a WLanguage function
Running a WLanguage function by dynamic compilation with command formatting......