ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

EmailReadLastHeader (Function)
Reads the header of last incoming email according to the protocol used (POP3 or IMAP, Lotus Notes or Outlook).
sWrite (Function)
Writes a character string to the output buffer of the specified serial port, parallel port or infrared port.
ThreadCurrent (Function)
Returns the name of the thread currently run.
SemaphoreDestroy (Function)
Explicitly destroys a semaphore.
iPageHeightLeft (Function)
Calculates the available height (in millimeters) left on the current page while taking into account the defined margins (top or bottom).
GglConnect (Function)
Manages authentication on a Google server (via the "OAuth 2.0" authentication mode).
zipAddFile (Function)
Adds a file (of any type) into an archive in CAB, ZIP, WDZ and 7z, TAR or TGZ (TAR.GZ) format and compresses it.
Length (Function)
Returns: the length of a string, i.e., the number of characters in the string (including spaces and binary zeros). the size of a buffer, i.e., the number of bytes in the buffer....
grDestinationBMP (Function)
Defines a BitMap file as destination of a chart (BMP means BitMap).
fOpen (Example)
Usage example of the fOpen function
FTPDate (Function)
Returns the different dates of a file (date the file was created, modified or accessed) located on an FTP server (File Transfer Protocol).
grCreate (Function)
Creates a specific type of chart.
grPiePullOut (Function)
Pulls out a section (or all sections) in a chart.
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).
BurnerCancel (Function)
Cancels the current burn process.
Mode (Property)
The Mode property describes: the minimum number of nodes that must acknowledge a write operation before it is considered as successful (mongoWriteConcern variable). the management mode of multicolumn sections (docFormatMulticolumn variable). how the tooltip of a step of a guided tour is displayed....
Bluetooth functions
List of Bluetooth functions...
HOnError (Example)
Usage example of the HOnError function
BurnerCompilationInfo (Function)
Retrieves the characteristics of current compilation.
grTitle (Function)
Modifies the caption and/or position of the chart title....
Events associated with a Dashboard control
WINDEV and WINDEV Mobile manage the following events by default (order of appearance in the code editor)...
apLog (Function)
Saves an information in a "log" file during the execution of an action plan.
fOpen (Function)
Opens an external file (ANSI or UNICODE) in order to handle it through programming.
ListDelete (Function)
Deletes an element from a List Box, ListView or Combo Box control populated programmatically.