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.
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.
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").
2. Examples and components provided with WEBDEV
FontCharset (Property)
The FontCharset property is used to: Find out the character set used by the screen fonts of a control. Modify the character set used by the screen fonts of a control....
Describing a query
Once a query is created, all the characteristics of this query can be modified at any time......
WEBDEV and Google Analytics
Google Analytics is a very popular tool for measuring site traffic......
Report viewer: "Export" tab
The "Export" pane in the report viewer allows you to perform the following operations......
Handling a Slider control through programming
WINDEV and WINDEV Mobile allow you to handle a Slider control through programming......
The "Debugger" pane
The "Debugger" pane displays the debugger options when debugging the project or a project element ("Debugger" option)......
Exif functions
List of Exif functions...
dEndDrawing (Function)
Deletes all the drawings made since the last call to dStartDrawing.
Drawing constants
List of constants used by the drawing functions....
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....
<WDPic variable>.DrawPolyline (Function)
Draws a line composed of multiple segments.
<picLayer variable>.InvertColor (Function)
Inverts the colors of a picLayer variable.
<picLayer variable>.DrawPolygon (Function)
Draws a polygon in a picLayer variable.
Creating a query
Two methods can be used to create a query......
Creating a delete query
A delete query (corresponding SQL statement......
dChangeMode (Function)
Changes the drawing mode used by the drawing functions (dLine, dRectangle, ....).
Application triggers
...A trigger is a WLanguage procedure automatically called by the HFSQL engine whenever a modification is performed (addition, deletion, modification, ...) on a record of a data file....