ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Composite variable
A composite variable contains different types of elements (members)...
Declaring and using a variable
A variable is defined by name and type...
Checkers available in the code editor
The code editor proposes several tools used to correct the code...
Assignment operators
Three assignment operators are available...
Code style
A code style is used to automatically prefix the name of all the variables and project elements (windows, report controls, classes, etc.
IsNumeric (Function)
Enables you to find out whether a variable or a control is:
  • a numeric (integer, real, currency or numeric).
  • a string that can be converted into numeric.
Constant
The constants are language elements whose value is fixed once and for all...
Type inference
The type inference is used to simplify the declaration of variables when the variable type can be automatically deduced by the compiler...
Text (Property)
The Text property is used to get and modify text.
ConnectionPoint (Property)
The ConnectionPoint property allows you to handle the connection points of a shape in a Diagram...
Characteristics of Table controls in a page
Table controls allow you to display and/or enter data......
Custom properties (WLanguage)
A custom property is a code element with two events......
Report data source
...The reports can be created with the data coming from:...
Link (Property)
The Link property is used to get and change the link of an element.
X (Property)
The X property is used to get and change the X-coordinate of an element.
Declaration (Property)
The Declaration property is used to define a type.
Y (Property)
The Y property is used to get and change the the Y-coordinate of an element.
Success (Property)
The Success property indicates whether the operation was successful.
Email (Property)
The Email property is used to get and change an email address.
ActionClick (Property)
The ActionClick property is used to define the procedure executed when an element is clicked.
ActionAllowed (Property)
The AllowedAction property defines which actions are allowed or not allowed on an element.
Note (Property)
The Note property is used to get and change a text associated with an element.
Opacity (Property)
The Opacity property is used to get and change the opacity of an element.
ZOrder (Property)
The ZOrder property gets and sets the Z-order of an element.
MongoExecuteOperations (Function)
Performs MongoDB write operations in bulk. This allows you to avoid network latency issues...
Comment (Property)
The Comment property is used to manage comments.
Enabled (Property)
The Enabled property enables or disables an element.
Label (Property)
The Label property is used to get and define the label of an element.
Procedure
The Procedure property can be used: on the hScheduledTask type, used to describe the scheduled...
Inherited (Property)
The Inherited property is used to determine if an element is inherited.
User (Property)
The User property is used to identify and change the user of a feature.
UpdateDate (Property)
The UpdateDate property is used to get the update date of an element.
Option (Property)
The Option property is used to get and change certain options.