ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

FontCondensed (Property)
The FontCondensed property is used to: Determine if characters in a text are condensed. Condense (or not) the characters in a text....
FontExtended (Property)
The FontExtended property is used to: Find out whether the spacing between characters in a text is increased. Increase the spacing between characters in a text....
FontLarge (Property)
The FontLarge property is used to: Find out whether the characters in a text are enlarged or not. Enlarge (or not) the characters in a text....
DisplayModePreview (Property)
The DisplayModePreview property gets and sets the camera preview mode.
Choosing the type of image: dynamic, static, generated, ...
The images are often used to illustrate the site pages......
GglGetLicense (Function)
Returns the text of license for using the Google libraries.
Events associated with internal windows
List of events associated with internal windows...
BCToImage (Function)
Generates the image of a bar code.
The different types of buttons in a window
WINDEV and WINDEV Mobile include 5 types of buttons......
The "Scatter" charts
A scatter chart (XY) represents the relationship between two numeric values in two series of data......
ProgressBarExecute (Function)
Starts a long browser process and fill a Progress Bar via Ajax according to the progress of this process.
Events associated with a Gantt Chart column
Image with automatic scroll (WEBDEV) (prefix syntax)
Image controls with automatic sequence are used to view a series of images located in one or more site directories. The images are automatically browsed....
GDI+ framework
Some WINDEV features use the GDI+ framework......
RibbonEndExpandedMode (Function)
Collpases a collapsed ribbon that is temporily expanded.
<TreeView>.InfoXY (Function)
Returns the TreeView element found at a given position.
<Kanban>.Filter (Function)
Displays only cards that match the specified filter.
<Table>.SortedColumn (Function)
Returns the list of sorted columns found in a table.
Camera/Video functions (prefix syntax)
Handling a toolbar through programming (prefix syntax)
WINDEV allows you to handle a Toolbar control through programming......
KanbanFilter (Function)
Displays only cards that match the specified filter.
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").
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").
FlexWrap (Property)
The Property FlexWrap allows you to know and modify the management of the return to row of the fields of a row of a Flexbox field ( Property 7900 corresponding CSS "flex-wrap").