ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

EmailSend (Function)
Sends an email via the SMTP protocol while controlling the "buffer" of the email.
Constants for managing contact functions
gBackground (Function)
Builds a sequence of characters used to define the display color (background color of a text, circle, rectangle, ...).
gPen (Function)
Builds a sequence of characters used to describe the color of the text and/or the color of the shape outline (rectangle or circle)....
WINDEV, WEBDEV, Android or iOS external component
An external component is a set of WINDEV, WEBDEV or WINDEV Mobile elements......
External language: Programming in COBOL
We are going to call the elements developed in WINDEV (project, windows, analysis, ......
gFontSize (Function)
Builds a sequence of characters used to specify the size of the font for a text found in a graphic string.
gFont (Function)
Builds a sequence of characters describing the font that will be used for the text.
InvalidInputDetect (Function)
Detects and signals an error on required controls left empty and/or controls with invalid data....
MouseXPos (Function)
Returns the horizontal position (X) of the mouse cursor relative to the specified window or control. Used in a mouse or stylus process (click, hover, left or right button down, etc.).
MouseYPos (Function)
Returns the vertical position (Y) of the mouse cursor relative to the specified window or control. Used in a mouse or stylus process (click, hover, left or right button down, etc.).
DDEConnect (Example)
Usage example of the DDEConnect function
Manager of automated tests
The test manager is used to......
Specific features of the Express version
dbgSaveDebugDump (Function)
Saves a dump file of the application.
ExecuteJS (Function)
Runs JavaScript code in the context of the Web page displayed by an HTML Display control.
OutlookStartSession (Example)
Usage example of the OutlookStartSession function
Extern (Reserved word)
EXTERN is used to...
Compilation statement: COMPILE IF
The <COMPILE IF> statement allows you to compile (or not) a WLanguage code according to a condition.
gRectangle (Function)
Builds a sequence of characters used to draw a rectangle.
Handling Native Container controls programmatically
The Native Container control returns an handle/identifier......
10. Internal components in practice
SMSRunApp (Function)
Starts the native application for sending SMSs found on the device (Android or iPhone/iPad)....
WDScript: use in interactive mode
In interactive mode, the WDScript editor is divided into several areas......
FreeAWPContext (Function)
Frees the AWP context in advance (on disk) to allow the other call on the same AWP context to be processed in parallel.