ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<picLayer variable>.Pen (Function)
Declares the default color and style for the lines, rectangles, circles, ... in a picLayer variable.
WINDEV 2024 Tutorial - Table of contents
<picLayer variable>.DrawSlice (Function)
Draws a section of a circle or an ellipse in a picLayer variable.
HTMLClassToggle (Function)
Toggles a class in the HTML classes of a control: if the class does not exist, it is added; if the class already exists, it is deleted.
HTMLClassDelete (Function)
Deletes a class from the HTML classes of a control.
HTMLClassAdd (Function)
Adds a class into the HTML classes of a control.
PageCurrentLayout (Function)
Returns the index of the current layout: in the current page. in the specified page....
AJAXCallInProgress (Function)
Used to determine if the request being processed is an AJAX request.
ASPDisplay (Function)
Calls an external ASP script and returns the result page in the current browser window.
ASPExecute (Function)
Calls an external .asp script and returns the result in a string.
ScriptDisplay (Function)
Calls an external script or page (.php, .asp, .mhtml or.mht) and returns the result page in the current browser window.
ScriptExecute (Function)
Calls an external script (.asp or .php) and returns the result in a string.
ProfilerEnd (Function)
Stops "collecting data" for the performance profiler.
dChangeMode (Function)
Changes the drawing mode used by the drawing functions (dLine, dRectangle, ....).
Customizing the report viewer (preview)
You can display a print preview in the report viewer......
13. Managing business rules
WINDEV Mobile allows you to manage business rules....
Retrieving documents coming from Twain devices
Several WINDEV functions allow you to retrieve documents from a Twain device......
<Menu>.AddPopup (Function)
Transforms a menu option of a page in order for this option to open a popup.
dTextRTF (Function)
Draws RTF text: in an Image control, in an Image variable....
19. Sending emails
WLanguage
The integrated WINDEV language, WLanguage, is powerful, simple and intuitive......
gpwActivateUser (Function)
Validates a new user in the User Groupware database by activating the user.
MenuAddPopup (Function)
Transforms a menu option of a page in order for this option to open a popup.
InFactoryMode (Function)
Indicates whether the code is run by an action plan of the software factory.
dCopyImage (Function)
Copies an image: from an Image control to another Image control. from an Image variable to another Image variable....