ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

iPageHeight (Function)
Calculates the height of printable page (in millimeters) while taking the top or bottom margins into account.
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.
iColumnEnd (Function)
Forces a column break in a multi-column report.
PaletteChange (Function)
Changes the palette used by the project or by a window.
<Palette variable>.Load (Function)
Loads a palette from a .wdpalette file.
Handling the Chart controls at runtime (AAF)
The Chart controls allow the end user to perform several operations......
grWndSize (Function)
Defines the size of the window containing the chart.
FirstDayOfMonth (Function)
Returns the first day of the month.
CurrentMonth (Function)
Returns the number of the current month.
StringToTime (Function)
Converts a time in character string format to a time in HHMMSSCC format that can be used by a Time variable].
Time (Type of variable)
The Time type is used to easily handle the times...
XML functions
List of XML functions...
Flexbox control description: Details tab
The "Details" tab of the Flexbox control description window allows you to define how the control reacts when the browser is resized horizontally or vertically......
TimeValid (Function)
Checks the time validity.
DateTimeDifference (Function)
Calculates the difference between two dates and times.
iPageHeight (Example)
Usage example of the iPageHeight function
DateTime (Variable type)
The DateTime type allows you to manipulate dates and times...
Manipulating TreeView controls programmatically (prefix syntax)
WINDEV, WINDEV Mobile and WEBDEV allow you to manipulate a TreeView control through programming......
SCM: Branch management window
The Source Code Manager offers a graphic interface for editing branches to optimize the management of branches in your projects......
PaletteLoad (Function)
Loads a palette from a .wdpalette file.
Events associated with reports
The following events are associated to reports (order of appearance in the code editor)......
Creating the Table windows of the WINDEV RAD pattern
Moves the time area displayed to the next area (next weeks for example) in an Organizer control....