ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

The Link control
The Link control is used to:
  • create a link in an HTML page.
  • create a link in a report printed in HTML format.
iMargin (Function)
Defines the "logical" print margins.
<Stack variable>.Info (Function)
Retrieves the characteristics of a stack: types of elements and number of elements.
StackInfo (Function)
Retrieves the characteristics of a stack: types of elements and number of elements.
QueueInfo (Function)
Retrieves the characteristics of a queue: types of elements and number of elements.
XamlDisable (Function)
Simulates the absence of .Net 3.0 framework.
Choose the action of the button in a page
WEBDEV proposes several actions of the button on the controls of the page......
Diagram Editor (WINDEV): ribbon and panels
The Diagram Editor includes many features accessible via......
docParagraph (Type of variable)
The docParagraph type is used to handle the characteristics of a paragraph in a DOCX document.
FOR EACH/FOR ALL statement (browse of associative arrays)
The FOR EACH statement is used to perform different types of browse on the associative arrays...
docElement (Type of variable)
The docElement type is used to handle each element found in a docParagraph variable.
iAreaHeight (Function)
Calculates the height of a fixed-width area required to print the entire text that uses the current font.
iPrintArea (Function)
Prints a text in a rectangular area.
Events associated with internal windows
List of events associated with internal windows...
Printing in PDF
WINDEV, WEBDEV and WINDEV Mobile allow you to create a PDF file during a print......
Crosstab report
The report editor allows you to create "Crosstab" reports......
Programming the table cells
The Table controls can be handled......
Constants for managing videos
List of constants used by the functions for video management....
Types of charts available
WINDEV, WEBDEV and WINDEV Mobile propose different types of charts......
Properties associated with the chart series
List of properties associated with the chart series...
DocDelete (Function)
Deletes an element from a document. This element is deleted from its associated document.
FlexAlignSelf (Property)
The Property FlexAlignSelf allows you to know and modify the alignment and vertical anchoring of the field in the row of the Flexbox field ( Property corresponding CSS "align-self").
Handling a TreeMap through programming (prefix syntax)
WINDEV allows you manipulate a TreeMap control through programming....
Chart management functions (prefix syntax)
List of functions for managing Chart controls (prefix syntax)...
TableColumnSelectOccurrence (Function)
Returns the number of selected columns found in a table. This function is kept for backward compatibility. It is recommended to use TableSelectCount.
iPrintReport (Function)
Prints a report created with the report editor.