ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

FlexRowGap (Property)
The Property FlexRowGap allows you to know and modify the height of the gutter which separates the lines of a control Flexbox.
Iteration block (or substitution block)
The Iteration block is a free block, created manually in the report editor ("Report......
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").
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").
Running the test of the User Groupware and installing it
FlexColumnGap (Property)
The Property FlexColumnGap allows you to know and modify the width of the gutter which separates the elements in the same row of a control Flexbox.
FlexGrow (Property)
The FlexGrow property allows you to know and modify the growth factor of a control present in a row of a control c00 Flexbox.
FlexShrink (Property)
The Property FlexShrink allows you to know and modify the reduction factor of a control present in a row of a control Flexbox.
Data model editor: the different types of items
The different types of items proposed in the data model editor are as follows:
Thread management functions
List of functions for managing threads...
The Table control populated programmatically
A Table control populated programmatically is directly linked to lists stored in memory......
Managing the critical sections
Semaphores are used to limit the simultaneous execution of a code (procedure, line of code, etc....
VisibleInExportAndPrint (Property)
The VisibleInExportAndPrint property is used to: Find out whether a column of a Table or TreeView Table control is visible for export and printing. Modify the visibility of a column in a Table or TreeView Table control for export and printing....
The options of the User Groupware
An application is often intended to be used by several users connected via a network......
Confirm (Function)
Displays a message in a standard dialog box that proposes "Yes", "No", "Cancel" and returns the user's choice....
Running the test of a static project
The test of the entire project allows simulating the startup of the site......
FontName (Property)
The FontName property is used to: Identify the font used in a control. Change the font used in a control....
The Looper control
A Looper control is used to repeat the controls found in a specific area......
The Map control
The Map control allows you to display a map in order to geolocate, create a route, display points of interest (POI) and more....
LineHeight (Property)
The LineHeight property is used to get and change the height of the rows: in a List Box control, in a ListView control (standard display mode only), in a Table control, in a Combo Box control, in a Looper control (height of the row), in an Organizer control....
The framesets
Via the management of framesets, WEBDEV allows you to display several HTML pages in the same browser window......
InputMask (Property)
The InputMask property is used to: get the input mask. set the input mask (from the masks available for the type)....
The TreeView Table control
The Treeview Table control is a cross between the Table control and the TreeView control......