ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Static audit
The static audit is a feature of the environment that analyzes a project to detect potential issues and suggests improvements......
WinEditAllowed (Property)
The WinEditAllowed property is used to determine and configure the actions allowed on a control when the window switches to "Allow end users to modify the UI" mode.
Characteristics of menu options
WINDEV and WINDEV Mobile manage two types of menus......
Opacity (Property)
The Opacity property is used to get and define the opacity percentage for a window, or for controls in a window or page.
Border (Variable type)
The Border type is used to handle a border through programming...
Modifying the characteristics of report controls
The characteristics of the controls can be viewed and/or changed in......
Copying controls from the window editor
The controls can be copied from the window editor......
WinEdActive (Function)
Used to: determine if the "Allow end users to modify the UI" option is enabled in a window (or internal window). enable or disable the "Allow end users to modify the UI" option in a window (or internal window)....
Manipulating Tab controls programmatically
WINDEV, WINDEV Mobile and WEBDEV allow you to manipulate a Tab control through programming......
Sharing elements with a WINDEV application
dFill (Function)
Colors an area: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
PostMessage (Function)
Sends a Windows message to a control or to a window.
WINDEV: Example of programmed Drag and Drop
EmulateMouse (Function)
Simulates a mouse event (left click, right click, double click, ...).
SendMessage (Function)
Sends a Windows message to a control or to a window.
The Image Editor control
The "Image Editor" control is a rich control that allows end users to create and edit images in their WINDEV applications......
Diagram Editor control events
WINDEV manages the following events by default (in the order in which they appear in the code editor) for the Linear Slider controls and for the Range Slider controls...
OLEPaste (Function)
Pastes the content of Windows clipboard into an OLE control.