ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Array (Type of variable)
An array is a structured type that is used to group a set of elements of the same type...
eChangeCurrency (Function)
Converts a currency into another currency.
eToCurrency (Function)
Converts a value expressed in Euro into another currency.
eToEuro (Function)
Converts to Euro a value expressed in a specific currency.
ThreadExecute (Function)
Starts the execution of a secondary thread.
Scope of procedures
The scope of a procedure defines whether it is public, private, etc......
Scheduler control: Customize appointments
In the Scheduler control, the appointment is displayed in a specific area......
grCreate (Function)
Creates a specific type of chart.
TableExpand (Function)
Expands: a branch that was previously collapsed in a TreeView Table control. a branch that was previously collapsed in a Table control. a detailed window displayed for a row....
TreeView Table control based on a variable
A TreeView Table control based on a variable is a control bound to a variable or a set of variables......
How to create a menu?
ToolTip (Property)
The ToolTip property is used to get and change the text displayed in the tooltip associated with a window or page control.
Fixed array (Type of variable)
A fixed array is an "advanced" type of array...
RETURN statement
The RETURN statement is used to exit the current event, process or procedure and return a result...
ZOrder (Property)
The ZOrder property defines the Z-order of an element.
Synchronizing threads via events
Events can be used to synchronize the different threads of an application......
eInitCurrency (Function)
Adds or changes the characteristics of a currency in the currency exchange table.
SQLColumn (Function)
Returns the characteristics of all the columns (or items): for a given table. for a given query....
Programming an indexed control
Handling a Progress Bar control through programming
A Progress Bar control can be handled through programming......
Events associated with Chart controls
List of events associated with the Chart controls...
2. User-friendly editors in practice
User-friendly editors in practice...
xmlNode (Type of variable)
The xmlNode type is used to handle a node of an XML document.
Events associated with a Dashboard control
WINDEV and WINDEV Mobile manage the following events by default (order of appearance in the code editor)...
Printing the content of a table (AAF)
A Table control proposes an automatic popup menu allowing the user to perform several operations on the data displayed in the table......