ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

EmailRunApp (Function)
Starts the native application for sending emails found on the current computer: Computer running Windows, Mobile device (Android, iPhone, iPad)....
grAutoRefreshCategoryLabel (Function)
Identifies or defines whether the category labels are refreshed whenever the chart is drawn.
Properties associated with the tab pane
A tab pane found in a window or in a page can be handled by the following WLanguage properties......
Principle for running threads
At runtime, an application runs in a main thread......
Conversion (Function)
Converts a value from a unit to another one.
Text (Property)
The Text property is used to get and modify text.
ExecuteCode (Function)
Runs the WLanguage code found in a character string.
RTFToText (Function)
Returns the text without the formatting characteristics specific to the RTF format.
BitwiseXOR (Function)
Returns the result of the bitwise exclusive OR operation performed between two values.
EmailSend (Function)
Sends an email via the SMTP protocol while controlling the "buffer" of the email.
grSeriesColor (Function)
Initializes the color of a series or the color of a section.
iMargin (Function)
Defines the "logical" print margins.
zipNbPart (Function)
Returns the number of sub-archives (parts) found in an archive in CAB, RAR, ZIP, WDZ, 7z, TAR or TGZ (TAR.GZ) format.
dCopy (Function)
Copies an image to another image.
Constants for managing contact functions
Reading an email
This help page explains how to read an email from a WINDEV application and how to display its content in a WINDEV application....
Managing the emails with the POP3/SMTP protocols
The POP3 and SMTP protocols are protocols for email management recognized by all Internet Service Providers......
BankHolidayAdd (Function)
Indicates that a day (or a list of days) is a public holiday.
StatVariance (Function)
Calculates the variance for a series of values.
grAxisTitleFont (Function)
Modifies the font used for the titles of the chart axes.
grSeriesLabel (Function)
Initializes the label of a data series in a chart.
SocketAccept (Function)
Run on the server, this function accepts a request for connecting to an existing socket found on the server.
iEndPrinting (Function)
Signals the end of the document to print and actually starts printing the data stored in the printer spooler via the following functions: iPrint, iPrintImage, iNewLine, etc.
grType (Function)
Identifies or modifies the type of chart.
AWP: Managing contexts
To keep the value of global variables when switching from a page to another one, the AWP mode proposes a management of contexts......