ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Custom properties (WLanguage)
A custom property is a code element with two events...
Page templates
WEBDEV allows you to create page templates...
EnumElement (Function)
Enumerates project elements: windows, pages, reports, queries, etc.
HTMLAttribute (Property)
The HTMLAttribute property reads and changes the HTML attributes of the control.
Message (Property)
The Message property is used to: Find out the help message associated with a control or with a menu option (in a window). Modify the help message associated with a control or with a menu option (in a window)....
MarginInterCell (Property)
The MarginInterCell property is used to: find out the margin between rows or columns in a Layout control. modify the margin between rows or columns in a Layout control....
MDILeft (Property)
The MDILeft property is used to determine and change the distance between the left border of the MDI parent window and the left border of the MDI area.
ShapeExtremitySize (Property)
The ShapeExtremitySize property is used to identify and change the size of the shape at the beginning and end of a Wire control.
RulerValue (Property)
The RulerValue property is used to get or change the position of the playhead in a TimeLine control.
AttachPointStart (Property)
The AttachPointStart property gets and sets the position of the start attachment point of a Wire control.
MDITop (Property)
The MDITop property is used to determine and change the distance between the top border of the MDI parent window and the top border of the MDI area.
WDOptimizer: Optimizing indices
WDOptimizer includes multiple modes to optimize indices......
Handling a TreeMap through programming
WINDEV allows you handle a TreeMap control through programming....
Undocking the editors
Who has never wanted to view the code and the UI at the same time, without being constrained by the environment? WINDEV, WEBDEV and WINDEV Mobile allow you to "detach" the editors from the environment of the main window......
The "Internal report" control
The "Internal report" controls are used to print several reports (secondary reports) in a single report (main report) without programming......
Binding a Progress Bar control to an item
A Progress Bar control can be bound to an item in a data file, query, etc....
Printing during the report test in the editor
During the test of a report ("Go" button from the report editor), several print options are proposed......
Impact analysis
The impact analysis immediately identifies the consequences of the latest changes......
Manipulating ListView controls programmatically
WINDEV allows you to programmatically manipulate ListView controls......
Java application and WINDEV
A Java application is an application entirely compiled in Java......
WDReplic: Presentation
WDReplic is used to manage data replication between several computers......
Resource (Property)
The Resource property is used to: find out the resources visible in a Scheduler control. find out the resource of the Scheduler control that corresponds to the specified index....
NbDayDisplayed (Property)
The NbDayDisplayed property is used to: get and change the number of days displayed in an Organizer or Scheduler control. get the number of days displayed in a Gantt Chart control in a report....
OriginWaypoint (Property)
The OriginWaypoint property is used to get and define the origin of points whose coordinates are specified in the WayPoint property.
UI audit: Detect obsolete features
The lifecycle of some projects span several years......