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...
Warning 127: You are using a data source local to the process
Bold (Property)
The Bold property is used to: Find out whether a Font variable is bold. Modify the bold...
DisplayedItem (Property)
The DisplayedItem property is used to: Find out the item or the variable displayed...
Orientation (Property)
The Orientation property is used to: Get the angle (in degrees) of a Font variable. Modify...
Extended (Property)
Extended is used to: Find out whether a Font variable is extended. Extend (or not) a Font...
Italic (Property)
The Italic property is used to: Find out whether a Font variable is in italic type. Modify...
Large (Property)
Large is used to: Find out whether a Font variable is enlarged. Enlarge (or not) a Font...
Warning 124: Shadowing a global variable
Message
available for: a SFError variable. the email structure. an Email variable. a Notification...
Year (Property)
The Year property is used to: Get the year from a Date or DateTime variable or item. Change...
StrikeOut (Property)
to a Font variable. Apply strikethrough formatting to a Font variable....
Condensed (Property)
The Condensed property is used to: Determine whether a Font variable is condensed. Condense...
Error 1050: This member already exists in the composite variable
EmailImportSource (Function)
Populates an Email variable using the content of its Source property or the different variables...
FullTextIndex description (Type of variable)
A FullTextIndex description variable is used to describe one or more full-text indexes...
API description (Type of variable)
An API Description variable is used to describe an API, its parameters, its return value...
Procedure description (Type of variable)
The Procedure Description type is used to get information about a procedure or a method.
Table control based on a variable
A Table control based on a variable is a Table control whose columns are bound to the elements...
Property Description (Type of variable)
The Property Description type is used to get information about a property.
xmlSignatureInformationKeyX509 (Type of variable)
The xmlSignatureInformationKeyX509 type is used to define the information that must be included...
Description of ParallelTask (Type of variable)
The Description of ParallelTask type is used to define the characteristics of a parallel task.
Value Description (Type of variable)
A Value Description variable is used to handle the description of an enumeration value...
Option Description (Type of variable)
An Option Description variable is used to handle the characteristics of a combination option...
<Document variable>.Print (Function)
Prints the content of a Document in "docx" format.
<docFragment variable>.Insert (Function)
Replaces the content of the current fragment. The objects that can be used are: an element,...