ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

ZAxisMax (Property)
The ZAxisMax property gets the maximum value of the Z-axis in a Chart control (Surface chart).
ZAxisMin (Property)
The ZAxisMin property gets the minimum value of the Z-axis in a Chart control (Surface chart).
HExecuteQuery (Function)
Declares a query created in the query editor to the HFSQL engine and runs this query.
<Table>.StartFilling (Function)
Starts the process to populate a Table or TreeView Table control programmatically.
<Source>.TransactionFree (Function)
Transforms all "in transaction" records into "Normal" records if they do not belong to an ongoing transaction.
<Source>.ChangeConnection (Function)
Dynamically changes the connection associated with a data file.
<Source>.SetTransaction (Function)
Enables or disables the management of transactions for one or more files.
<Connection variable>.TransactionStart (Function)
Starts a transaction on the data files (HFSQL or accessed via Native Access) and creates the transaction file.
Camera/Video functions (prefix syntax)
TableEndFilling (Function)
Ends the process to populate a Table or TreeView Table control programmatically.
Data model editor: the different types of items
The different types of items proposed in the data model editor are as follows:
AddChildDelayed (Property)
The AddChildDelayed property indicates the procedure to be called when a row in a TreeView or TreeView Table control is clicked to be expanded.
Constants for managing ports
List of constants used by the functions for port management (serial and parallel ports)...
Data model editor: types of links
Several types of links can be found between the files......
TokenListSeparator (Property)
The TokenListSeparator property retrieves or modifies the separators that trigger the creation of new tokens when entering information in a "Text token" Edit control.
<Source>.StatCalculate (Function)
Performs various statistical calculations on the file keys.
<Table>.EndFilling (Function)
Ends the process to populate a Table or TreeView Table control programmatically.
HExecuteSQLQueryAsynchronous (Function)
Executes an SQL query asynchronously.
Content of the Table control
A Table control can be based on a data file, based on a variable or populated programmatically......
Comparing the project messages
The comparison between source and target text helps you find translation errors......
Modifying the values displayed in the result of a select query
In the result of a select query, you have the ability to only display......
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").
Operators on character strings
The character strings can be handled by specific WLanguage functions or by the +, [[ and ]] operators......
Flexbox example: ratios to distribute available space among controls
In a flexbox container, you can define ratios for the different controls so that they take up a given amount of space......