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...
DateModified (Property)
The DateModified property is used to get the modification date of an element.
Column
The Column property is used to manipulate one or more columns.
Destination (Property)
The Destination property is used to define: the destination of a backup. the result file...
Date
The Date keyword can correspond to...
AttributeNote (Property)
The AttributeNote property gets the value of the <Note> extension attribute.
AttributeMapping (Property)
The AttributeMapping property gets the value of the <Mapping> extension attribute.
AttributeSerialize (Property)
The AttributeSerialize property gets the serialization name of the type according to its name...
URL (Property)
The URL property is used to get and change a URL.
ToolTip (Property)
The ToolTip property gets and changes the tooltip text.
Global (Property)
The Global property is used to determine if an element is global.
Associated (Property)
The Associated property determines if an element belongs to the base class or to an associated...
UUID (Property)
The UUID property is used to get the identifier of an element.
Version (Property)
The Version property is used to get and change the version of an element.
Author (Property)
The Author property gets and changes the author of an element.
Primary (Property)
The Primary property can be used: on the gglPostalAddress type. on the gglEmail type....
ContentType (Property)
The ContentType property gets and sets the type of a message.
Exist (Property)
The Exist property is used to determine if an element exists.
Point
The Point keyword is used to manage a point...
Size (Property)
The Size property is used to determine and change the size of an element.
DateCreated (Property)
The DateCreated property is used to get the creation date of an element.
Attribute (Property)
The Attribute property is used to manage attributes.
Row (Property)
The Row property is used to manipulate one or more rows.
Cell (Property)
The Cell property is used to manipulate one or more cells.
Line (Property)
The Line property is used to define the line style used.
Alignment
The Alignment property is used to align elements.