ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

diagLayout (Type of variable)
The diagLayout type is used to define all the layout characteristics of a diagram.
FlexAlignContent (Property)
The Property FlexAlignContent allows you to know and modify the alignment characteristics of the lines contained in the Flexbox field according to the secondary axis of the field ( Property corresponding CSS "align-content").
FlexAlignItems (Property)
The Property FlexAlignItems allows you to know and modify the alignment characteristics of the fields inside a row of a Flexbox field according to the secondary axis of the field ( Property 900 corresponding CSS "align-items").
Managing main window menus
A main menu is necessarily associated with a window......
Address (Type of variable)
The Address type is used to manipulate the address of a place or person.
Repetition (Type of variable)
The Repetition type is used to describe and modify the characteristics of a repetition for an appointment via the different WLanguage properties.
FlexJustifyContent (Property)
The Property FlexJustifyContent allows you to know and modify the alignment of the fields inside the Flexbox field according to the main axis of the field ( Property corresponding CSS "justify-content").
Drawing in WINDEV, WEBDEV and WINDEV Mobile
WINDEV, WEBDEV and WINDEV Mobile include several functions for displaying, drawing, copying and saving the drawings and images from your applications or sites......
<Map>.InfoPosition (Function)
Returns the coordinates (in pixels) of the point corresponding to a geographical position (latitude and longitude).
Thickness (Property)
The Thickness property is used to: Find out the thickness of the line for a series (Line charts only). Modify the thickness of the line for a series (Line charts only)....
Spreadsheet functions
The following functions are used to handle the Spreadsheet control:...
<Tab>.Status (Function)
Returns the status of a dynamic tab pane (identified by its alias).
<TreeView Table>.TypeItem (Function)
Checks the existence of an element in a TreeView Table and returns its type (node or leaf) if the element exists.
<Dockable panel>.Activate (Function)
Activates a panel when several panels are docked together.
Gantt Chart functions
The following WLanguage functions are used to manage the Gantt charts......
TabStatus (Function)
Returns the status of a dynamic tab pane (identified by its alias).
<PDF reader>.GoToBookmark (Function)
Sets the position directly on the desired bookmark in the PDF document.
<Document variable>.Print (Function)
Prints the content of a Document in "docx" format.
<docFragment variable>.InsertTable (Function)
Replaces the specified fragment with a table.
<Document variable>.ToHTML (Function)
Converts a Document variable into an HTML file.
<Document variable>.EndModification (Function)
Indicates the end of a series of actions performed in a Document variable in a single event ("undo/redo")....
PanelActivate (Function)
Activates a panel when several panels are docked together.
Constants for managing videos
List of constants used by the functions for video management....
TableTypeItem (Function)
Checks the existence of an element in a TreeView Table and returns its type (node or leaf) if the element exists.
docRow (Type of variable)
The docRow type is used to define the advanced characteristics of a table row in a Word Processing document.