ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<Chaîne OEM>.OemVersAnsi (Function)
Converts an OEM string (DOS) to an ANSI string (Windows).
Events associated with HTML controls
WEBDEV includes different events associated with the HTML control......
OLECopy (Function)
Copies the object found in an OLE control into the Windows clipboard.
AJAX programming
The diagram below presents the use of "programmed AJAX" in a WEBDEV site......
SchedulerAddTask (Function)
Creates a task in the Windows scheduler (if this task does not already exist).
SchedulerTaskStatus (Function)
Gets or sets the status of a task created in the Windows scheduler.
<Panel>.Detach (Function)
Detaches a Dockable Panel control to transform it into a floating window.
<WBAdminAuth variable>.ListConnection (Function)
Returns the list of current connections on a WEBDEV Application Server.
WBAdminListConnection (Function)
Returns the list of current connections on a WEBDEV Application Server.
ErrorBuild (Function)
Displays a custom error message in a system error window.
Error (Function)
Displays a custom error message in a system error window.
OemToAnsi (Function)
Converts an OEM string (DOS) to an ANSI string (Windows).
ProgressBar (Function)
Displays a progress bar in the status bar of current window.
Designing a supercontrol
A supercontrol is an advanced type of control......
Summary table: Installing an application developed in WINDEV
When developing an application, one of the important steps consists in deploying this application on the user computers......
Appendix 4: WEBDEV modules
The table below presents the modules installed by the WEBDEV application server for Linux and their main features......
AppOpenForm (Function)
Opens: the form of an application on Android (Play Store), iOS (App Store) or Windows (Windows Store) in order for the user to give a mark to it and/or to comment it. the form for configuring the In-App purchases of an application....
<Image>.DrawRectangle (Function)
Draws a rectangle in an Image control.
Constants for telemetry management
Constants for telemetry management...
<Image variable>.ChangeMode (Function)
Changes the drawing mode used by the drawing functions (dLine, dRectangle, ....).
<Image variable>.ModifyOpacity (Function)
Modifies the opacity of an image (which means the alpha channel of the image).
<picLayer variable>.EndDrawing (Function)
Deletes all the drawings made since the last call to dStartDrawing.
<WDPic variable>.StartDrawing (Function)
Indicates that the drawing functions that will be used are intended for the specified WDPic variable.
<picLayer variable>.PixelOpacity (Function)
Identifies the opacity of a pixel in a WDPicLayer image with an Alpha channel.
<picLayer variable>.DrawRectangleGradient (Function)
Draws a rectangle in a picLayer variable.