ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Menu management functions
List of functions for managing menus...
TreeMapCount (Function)
Returns the number of elements found in a TreeMap control.
Dimension (Function)
Returns the size of a variable (string, numeric, array, ...) or resizes a dynamic array.
CharacterSpacing (Property)
The CharacterSpacing property gets and sets the spacing between characters.
<Report>.InitQueryConnection (Function)
Initializes the query linked to the report.
HSetTransaction (Function)
Enables or disables the management of transactions for one or more files.
iParameterViewer (Function)
Configures the report viewer.
Character strings
WLanguage supports different types of strings....
DashCount (Function)
Returns the number of widgets found in a Dashboard control.
Properties associated with a menu or with a menu option
Several WLanguage properties can be used on a menu found in a window or in a page......
Characteristics of columns found in a Table control in a page (prefix syntax)
The columns are used to display information in a Table control......
HTransactionFree (Function)
Transforms all the records "in transaction" into "Normal" records if these records do not belong to a transaction currently in progress.
<Report>.InitQuery (Function)
Initializes the query linked to the report (for a query with parameters).
Push (Function)
Pushes an element onto the stack.
HExecuteQuery (Function)
Declares a query created in the query editor to the HFSQL engine and runs this query.
<Organizer>.DisplayPreviousPeriod (Function)
Moves the time area displayed to the previous area (previous weeks for example) in an Organizer control.
iParameterExport (Function)
Used to configure the exports performed from the report viewer: parameters for sending emails. parameters for creating the different files....
Enqueue (Function)
Adds an element to the queue.
Dequeue (Function)
Removes an element from the queue.
Pop (Function)
Pops an element from a stack.
<Source>.TransactionFree (Function)
Transforms all "in transaction" records into "Normal" records if they do not belong to an ongoing transaction.
<Source>.SetTransaction (Function)
Enables or disables the management of transactions for one or more files.
<Stack variable>.Push (Function)
Pushes an element onto the stack.
<Queue variable>.Enqueue (Function)
Adds an element to the queue.
HTransactionCancel (Function)
If a transaction is in progress, cancels all the operations performed on the data files in transaction since the start of transaction.