ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Creating a report
The report editor allows you to easily create all types of reports via a wizard......
Spacing out a selection of controls
To create modern interfaces, you need to increase spacing between the controls in your windows......
Style of pages: Background image
To optimize the style of your pages, WEBDEV allows you to use a background image in your pages......
Control constants
List of constants used by the functions for managing controls...
Copying controls from the window editor
The controls can be copied from the window editor......
Programming charts
WINDEV, WEBDEV and WINDEV Mobile include a Chart control (that can be used in the window editor, page editor and report editor) as well as several functions used to create and handle charts......
Defining clickable areas
In a page, an Image control can contain clickable areas......
Compound statements
RulerModifiable (Property)
The RulerModifiable property is used to: Find out whether the user can move the playhead in a TimeLine control. Allow or prevent the user from moving the playhead in a TimeLine control....
iPrintWord (Function)
Sends the character string passed in parameter to the print "buffer".
Report based on a Looper control
A report based on a Looper control is used to directly print the information displayed in the control......
Report based on a Table control
A report based on a Table control is used to directly print the information displayed in the Table control (based on a data file or populated programmatically)......
The Splitter control
The Splitter control is used to divide a window into several distinct areas......
MDL file (kept for backward compatibility): Window description
The MDL file is the file used to generate a RAD window......
Modifying the characteristics of report controls
The characteristics of the controls can be viewed and/or changed in......
picText (Type of variable)
The picText type is used to define all the advanced characteristics of a Text layer.
Events associated with Table controls
List of events associated with Table controls...
UploadCopyFile (Function)
Saves on the server a file "uploaded" by the Web user. This upload may have been performed: via an "Upload" edit control. via a single-file or multi-file Upload control....
The Progress Bar control
The Progress Bar control is used to follow the progress of an event......
RulerVisible (Property)
The RulerVisible property is used to: Determine if a playhead is visible in a TimeLine control. Show or hide a playhead in a TimeLine control....
Socket: Creating a client application
A client application of a socket server connects to a standard server in order to exchange information via socket......
Anchoring controls in a report
The anchors are used to define the behavior of controls during a resize operation......
Constants for managing Windows events
The following constants are used to manage Windows events:...
Environment of the project editor
The main elements of the project editor are as follows:
Variables for managing the Drag and Drop