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.
FlexDirection (Property)
The FlexDirection property gets and sets the direction of the main axis of a Flexbox control (corresponding CSS property: "flex-direction").
FlexAlignSelf (Property)
The FlexAlignSelf property gets and sets the alignment of an item along the cross axis of a Flexbox control (corresponding CSS property: "align-self").
ZAxisMax (Property)
The ZAxisMax property gets the maximum value of the Z-axis in a Chart control (Surface chart).
Collapsed (Property)
The Collapsed property is used to: get or define the state (collapsed or expanded) that will be used when rows are added to a TreeView Table control. know or modify the wound/unwound status for: the breaks of a Table control, the breaks of a Looper control, the break headers and footers of Table and Looper controls, a Drawer control, a Ribbon control, a Navigation Bar control. a Pivot Table control in a report....
Selection (Property)
The property Selection property displays the characteristics of the selection (or cursor): in a Word Processing control. Note: This selection is located in the part being edited (body, header or footer). in a Spreadsheet control. in an HTML Editor control. in a Diagram Editor control....
ZAxisMin (Property)
The ZAxisMin property gets the minimum value of the Z-axis in a Chart control (Surface chart).
MultimediaPause (Function)
Pauses a media file played in a Multimedia control.
Polar Area charts
Polar Area charts are similar to Pie charts. However, each segment has the same angle......
The Diagram Editor control
The Diagram Editor control allows users to create and edit diagrams in your applications and sites......
WDBal messaging: Overview
WDBal is a secure messaging, included in WINDEV, WEBDEV and WINDEV Mobile......
SQL commands available in an SQL query
WINDEV allows you to easily run queries in SQL code......
Operations for synchronizing SCM
When creating an executable, a library or a component, ......
Shared memory areas
WINDEV, WEBDEV and WINDEV Mobile allow you to handle shared memory areas......
iInitSubReport (Function)
Initializes the parameters of a subreport of a composite report.
Memory area functions
Returns the character corresponding to the specified ASCII code....
Creating a table in a report
Tables can be created in a report......
Checked (Property)
The Checked property gets and sets the checkmark state of an element.
Detection (Property)
The Detection property is used to determine and change the automatic detection of incoming streams. If the stream detection is enabled, the streams allows the detection.
Timeout (Property)
The Timeout property is used to get and change the time after which the connection is considered to have "failed".
TabMDI (Property)
The TabMDI property is used to: Get the type of a Tab control (simple tab or dynamic tab - MDI). Change the type of a Tab control (simple tab or dynamic tab - MDI). This property is obsolete from version 200057. Use DynamicTab....