ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

DnDAccept (Function)
Indicates the action accepted by the target of Drag/Drop and manages the mouse cursor during Drag/Drop....
Handling an iFrame control through programming
WEBDEV allows you to handle an iFrame control by programming......
Managing the Windows scheduler
Windows gives you the ability to schedule automatic tasks via the manager of scheduled tasks......
ArrayDeleteDuplicate (Function)
Deletes the duplicates from an array.
ControlAlias (Function)
Gets, modifies or restores the data binding to a control or group of controls.
HAlias (Example)
Usage example of the HAlias function
14. Managing the "Back" button in practice
dCopy (Function)
Copies an image to another image.
Rich text, links and images in the WEBDEV controls
Rich text supports multiple advanced features: font, weight, size, color, attribute, ......
22 tips for optimizing the speed of a site
When a site is on-lined, one of the main expectations of Web users is speed......
Events associated with Looper controls
List of events associated with Looper controls...
TestCheck (Function)
Writes a result into the status report of a test according to the result of a boolean expression.
"Clickable" image in a window
WINDEV and WINDEV Mobile give you the ability to use clickable images......
DnDCursor (Function)
Manages the mouse cursor and specifies the action allowed during Drag and Drop.
grTooltip (Function)
Displays and formats: the tooltip associated with each section of a chart (section of a pie chart, column of a column chart, etc.). Also allows you to find out the characteristics of the tooltip associated with each chart section. a custom tooltip, associated with a point....
Reset (Function)
Reinitializes: all the controls found in the current window or page (including the groups of controls, the supercontrols and the internal windows). the controls found in a group of controls, a supercontrol, an internal window or an internal page....
Compound statements
Creating a table in a report
Tables can be created in a report......
gr3DSParameter (Function)
Retrieves or modifies a parameter for drawing a chart in 3D Spatial mode.
2. Layouts: Managing menus
WEBDEV Tutorial - WEBDEV layouts Lesson 2 - Layouts: Managing menus - 30 min
Report editor: Available types of reports
Several types of reports can be created in the report editor......
Software license agreement
WINDEV Express license agreement...
Handling a WEBDEV Slider control through programming
WEBDEV allows you to handle a Slider control through programming....
Managing Bluetooth Low Energy devices
The Bluetooth LE standard (for Low Energy) is used to manage devices with low energy consumption......
AFTER
Runs a process only after a given procedure has been executed, and continues to execute the current code while waiting for this procedure to end.