ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Optional events
By default, the codes available in the code editor correspond to the most common codes......
Sequence of events associated with reports
Several operations are performed when printing a report. These operations are performed...
Managing context menus in a WINDEV or WINDEV Mobile application
A context menu can be opened by the user via a right mouse click......
Class diagram
A class diagram describes the structure of a system via classes and the relationships among them......
How to access the help?
WINDEV, WEBDEV and WINDEV Mobile include several methods for accessing the help system...
ComponentInfo (Function)
Returns information about a component.
SourceName (Property)
The SourceName property is used to: Get the name of the report data source. Change the report...
dRectangle (Function)
Draws a rectangle: in an Image control, in an Image variable, in a WDPic variable...
dPolygon (Function)
Draws a polygon: in an Image control, in an Image variable, in a WDPic variable...
gLinkActivate (Function)
Allows (or not) retrieving the value defined by gLink in a List Box or a Combo Box control....
TableDisplay (Function)
Refreshes a Table or TeeeView Table control from a given position: for a control linked...
FTPAttribute (Function)
Identifies the attributes of a file found on an FTP server (File Transfer Protocol).
SysDirExternalStorage (Function)
Returns the path of the directory that will be used to store files in the external storage space...
Menu option: operation performed and action
An option of a drop-down or context menu in a page can be associated with an action......
EmailReadMessageHeader (Function)
Reads the header of an incoming email according to the protocol used (POP3 or IMAP, Lotus Notes...
The SMS structure
The SMS structure is a preset structure of WLanguage (no declaration is required)......
grMenuOption (Function)
Modifies the text of an option in the context menu of a chart.
HConvertX (Function)
Converts a numeric value into a binary string in order to perform a search on a numeric key.
HChangeDir (Function)
Changes the path to a data file (i.e. directory in which the file will be handled).
EmailMsgError (Function)
Returns the message corresponding to the error identifier.
EmailReadNext (Function)
Reads the incoming email found after the current email according to the protocol (POP3 or IMAP, MS...
EmailReadFirst (Function)
Reads the first incoming email according to the protocol used (POP3 or IMAP, MS Exchange, Lotus...
zipCreate (Function)
Creates an archive.
Handling an automatic test
When an automated test is created, this test is in "construction" by default......
Printing a report in WEBDEV
When creating a report, the test of this report can be run from the report editor. You also...