ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

ManualEvent (Type of variable)
The ManualEvent type is used to manage a manual event.
grSaveWMF (Function)
Saves a chart that was drawn beforehand in WMF format.
docElementFormula (Variable type)
The docElementFormula type is used to define the characteristics of a Formula element found in a DocElement variable.
The Appointment structure
The Appointment structure is a preset structure of WLanguage (no declaration is required)......
Variables for managing the Drag and Drop
The Flex control
The Flex control is used to display a Flash® animation created by a Flex editor in a WEBDEV page......
Canada.checkTaxNumber (Function)
Tests the validity of a Canadian tax number.
Table,Add (External language)
Adds an element to a Table control.
grSaveEMF (Function)
Saves a chart that was drawn beforehand in a file in EMF format.
TableFormulaAdd (Function)
Adds a calculated row to a Table control by providing custom calculation procedures.
xmlReader (Type of variable)
The xmlReader type is used to read an XML document without loading it in memory.
CONTINUE statement/"CONTINUE:" label
The CONTINUE keyword can correspond: to the CONTINUE instruction. It allows you to go back to the beginning of the first iteration without finishing the code of the current iteration. to the CONTINUE: label. It allows you to declare a common code in a loop....
eRoundDifference (Function)
Returns the rounding difference between: the value displayed in a "Currency + Euro" control, the associated control used for dual display....
WLanguageCodeCompiling (Variable type)
The WLanguageCodeCompiling type is used to define all the compiler options used by the Compile, ExecuteCode and EvaluateExpression functions, as well as by the Code Editor control (via the Compiler property).
pdfControl (Variable type)
The pdfControl type is used to get all the characteristics and values of a control present in a PDF form.
pdfControlOption (Variable type)
The pdfControlOption type is used to get and set the following characteristics of an option of a control present in a PDF form: option text. selected or deselected state of the option....
Lambda: Expressions and procedures
A lambda ("lambda function") is a more concise way to write internal procedures...