ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

iPageNum (Function)
Returns or initializes the number of the page currently printed.
iSkipPage (Function)
Forces a page skip: the corresponding code is sent to the printer spooler.
iPageHeightLeft (Function)
Calculates the available height (in millimeters) left on the current page while taking into account the defined margins (top or bottom).
iPageEnd (Function)
Forces the move to the next page during the report print.
iPageWidth (Function)
Calculates the width (in millimeters) of the printable page while taking the left or right margins into account.
iPageHeight (Function)
Calculates the height of printable page (in millimeters) while taking the top or bottom margins into account.
iColumnEnd (Function)
Forces a column break in a multi-column report.
AutomaticReorganization (Property)
The AutomaticReorganization property gets and sets the automatic reorganization mode for the tasks in a "Gantt Chart" column.
CheckmarkVisible (Property)
The CheckmarkVisible property is used to: Determine whether a checkmark is displayed to the left of a row in a TreeView control. Show or hide a checkmark to the left of a row in a TreeView control....
Distributing an external component
Once the component has been created, tested and generated, it can be distributed to other developers......
Control animations
WINDEV and WINDEV Mobile allow you to animate the controls found in a window......
Interface checker
The advanced interface checker is a tool that allows you to improve the layout of controls in the different windows of the application......
5. Deploying a dynamic site (Session or AWP) in practice
Organizer report
The report editor gives you the ability to create "Organizer" reports....
Handling ListView controls programmatically
WINDEV allows you to programmatically handle ListView controls......
Report and project
In most cases, a report is linked to a project......
Binding a Progress Bar control to an item
A Progress Bar control can be bound to an item in a table, query, etc....
Manipulating TreeMap controls programmatically
WINDEV allows you manipulate a TreeMap control programmatically....
FilterProcedure (Property)
The FilterProcedure property allows you to get and modify the procedure used to apply a filter on a row or column header when calculating a Pivot Table control.
TitleColor (Property)
The TitleColor property is used to: get the text color of a column title in a Table or TreeView Table control. set the text color of the title of one or all columns in a Table or TreeView Table control....
OnHide (Property)
The OnHide property allows you to define a procedure to be called when the bottom sliding window associated with the current window is hidden. This new property is available from WINDEV Suite SaaS 2025 Update 2....
OpeningParameters (Property)
The OpeningParameters property is used to get and set the parameters passed to the internal window corresponding to the bottom sliding window. This new property is available from WINDEV Suite SaaS 2025 Update 2....
Project description: Options tab
The project description window allows you to configure various elements of your project......
3. Deploying a dynamic WEBDEV site
WINDEV and the communication streams (audio, sound)
To handle the communication streams, WINDEV includes......
Type (Property)
The Type property is used to get: the type of element (table or item) defined programmatically or in the data model editor, view or query. the type of object. the type of data held in a Variant....
RightIndent (Property)
The RightIndent property is used to get and change the space to the right of the text in a control.
MaskTitleDate (Property)
The MaskTitleDate property is used to identify and change the input mask used for the title of day columns in Organizer or Scheduler controls