ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Manipulating controls in a page
The different operations that can be performed on the page controls are as follows......
ZAxisMin (Property)
The ZAxisMin property gets the minimum value of the Z-axis in a Chart control (Surface chart).
Selection (Property)
The Selection property is used to get the characteristics of the selection (or cursor): in a Word Processing control. Remark: This selection is in the section being edited in the control (body, header or footer). in a Spreadsheet control. in an HTML Editor control. in a Diagram Editor control....
FlexDirection (Property)
The Property FlexDirection allows you to know and modify the sense and direction of the main axis of a Flexbox control ( Property CSS corresponding "flex-direction").
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").
iDestination (Function)
Configures the print destination.
ZAxisMax (Property)
The ZAxisMax property gets the maximum value of the Z-axis in a Chart control (Surface chart).
Replication: The different types
The data replication is a powerful feature......
Advanced management of class instances
The advanced management of instances is used to choose the mode for taking reference. This choice directly impacts the freeing of the class objects: depending on the selected take of reference, the "Destructor" will not be called at the same time....
Calling a procedure/a function
Syntax for calling a local or global procedure.
Project Management Hub: Gantt chart
The Project Management Hub is used to follow the tasks of one or more contributors via......
Software Factory
The concept of software factory is used to automate the process for creating applications....
2. User-friendly editors in practice
Characteristics of columns found in a Table control in a page (prefix syntax)
The columns are used to display information in a Table control......
Programming automatic calculations in the columns of a Table control (prefix syntax)
Report based on a memory area
A report based on a memory area is used to print the records stored in a memory area......
<sshSession variable>.SCPSendFile (Function)
Transfers files via the Secure Copy Protocol.
fTrackStopAll (Function)
Stops all current monitoring tasks on files and directories.
Dynamic serving
"Dynamic serving" is a technique where the same address (URL) leads to 2 different pages......
SQLFetch (Function)
Goes to the next row (i.e next record) of the query result.
Environment configuration
An environment configuration corresponds to a backup of the work environment in the editors of WINDEV, WEBDEV and WINDEV Mobile......
HSuggestKey (Function)
Returns a list of keys to add to data files to improve query performance.
iImageWidth (Function)
Calculates the width of the image to print (in millimeters).
Managing the browser "Back" button
The browser "Back" button allows the Web users to display the pages that were already visited......
Generating the analysis
The analysis generation comes before the programming phase and after the file description phase......