ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<Connection variable>.TransactionEnd (Function)
Validates the current transaction: the modifications performed on the data file since the start of transaction (HTransactionStart) are validated. the transaction file is deleted (if the transaction is the last transaction in progress for a network application) the records locked in read-only by the transaction are unlocked....
<Connection variable>.Transaction (Function)
Starts a transaction on the data files (HFSQL or accessed via Native Access) and creates the transaction file.
Sort order of records found in a select query
To make the result of a query easier to read, the records can be sorted according to one or more items......
WDInst: grouping the files to install
By default, when generating the setup program, the files to install are compressed in a single archive file ("......
SpreadsheetAddImage (Function)
Adds an image into the current worksheet of a Spreadsheet control.
<Spreadsheet>.AddImage (Function)
Adds an image into the current worksheet of a Spreadsheet control.
Functions for managing threads (prefix syntax)
List of functions for managing threads (prefix syntax)...
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").
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.
SQLConnect (Function)
Connects the current application to a database that must be interrogated via SQL.
DateTime (Type of variable)
The DateTime type enables you to easily handle a date and a time...
The framesets
Via the management of framesets, WEBDEV allows you to display several HTML pages in the same browser window......
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....
LanguageToName (Function)
Returns the name of a language.
The TreeView Table control
The Treeview Table control is a cross between the Table control and the TreeView control......
<Source>.ExecuteQuery (Function)
Declares a query created in the query editor to the HFSQL engine and runs this query.
<Connection variable>.OpenConnection (Function)
Opens a connection to a specific database.
Calling a procedure/a function
Syntax for calling a local or global procedure.
fListDirectory (Function)
Lists the subdirectories of a given directory and returns the full paths of listed subdirectories.