ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

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.
iPrintAreaRTF (Example)
Usage example of the iPrintAreaRTF function
iZoneHeight (Example)
Usage example of the iZoneHeight function
HTMLSave (Function)
Saves the content of an htmlDocument variable to an HTML file.
AIDetectDrawing (Function)
Classifies freehand drawings, including circles, squares and triangles.
DurationToString (Function)
Converts a duration to a character string in the specified format.
RGBGreen (Function)
Returns the green component of an RGB color.
RGBRed (Function)
Returns the red component of an RGB color.
RGBBlue (Function)
Returns the blue component of an RGB color.
Report based on an SQL query with data accessed via a connection (ODBC, etc.)
A report based on an SQL query with data accessed via a connection can print records from a database accessible via a specific ODBC driver or via a Native Connector......
Handling the Chart controls at runtime (AAF)
The Chart controls allow the end user to perform several operations......
Calendar functions
List of Calendar functions...
CurrentMonth (Function)
Returns the number of the current month.
FirstDayOfMonth (Function)
Returns the first day of the 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......
grWndSize (Function)
Defines the size of the window containing the chart.
TimeValid (Function)
Checks the time validity.
DateTimeDifference (Function)
Calculates the difference between two dates and times.
iPageHeight (Example)
Usage example of the iPageHeight function
Events associated with reports
The following events are associated to reports (order of appearance in the code editor)......
PVTSave (Function)
Saves the result of the calculation performed in a Pivot Table control (in a file or in memory).
HSL (Function)
Creates a color from its hue, saturation and lightness.
Manipulating TreeView controls programmatically (prefix syntax)
WINDEV, WINDEV Mobile and WEBDEV allow you to manipulate a TreeView control through programming......