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...
hbConnection (Type of variable)
The hbConnection type is used to define the characteristics of a connection to a HBase server.
hbTableDescription (Type of variable)
The hbTableDescription type is used to define and find out the characteristics of an HBase table.
hbColumnDescription (Type of variable)
The hbColumnDescription type is used to define the advanced characteristics of a group of columns...
hbColumn (Type of variable)
The hbColumn type is used to define the advanced characteristics of a column (item) in a HBase...
hbReading (Type of variable)
The hbReading type is used to define the characteristics of a read operation.
hbCell (Type of variable)
The hbCell type is used to define the advanced characteristics of the content of a cell (item...
hbWriting (Type of variable)
The hbWriting type is used to define the characteristics of a write operation that will...
hbScanParameter (Type of variable)
The hbScanParameter type is used to define the parameters for iterating over the records...
hbResultScan (Type of variable)
The hbScanResult type is used to define all the advanced characteristics of the result...
fbSession (Type of variable)
The fbSession type is used to describe a connection to the Facebook service and to manage...
mongoDatabaseInfo (Type of variable)
The mongoDatabaseInfo type is used to define the advanced characteristics of information...
mongoCollectionOption (Type of variable)
The mongoCollectionOption type is used to define the advanced characteristics of collection options...
mongoFindOption (Type of variable)
The mongoFindOption type is used to define the advanced characteristics of a search in a MongoDB...
mongoResult (Type of variable)
The mongoResult type is used to find out the result during a search performed in a MongoDB...
mongoGridFSFileInfo (Type of variable)
The mongoGridFSFileInfo type is used to define the advanced characteristics of a file in a MongoDB...
Document (Type of variable)
The Document type is used to handle a "docx" document.
hServerOperation (Type of variable)
The hServerOperation type is used to get the characteristics of an operation performed on an HFSQL...
docFragment (Type of variable)
The docFragment type is used to define the characteristics of a fragment found in a "docx"...
docParagraph (Type of variable)
The docParagraph type is used to handle the characteristics of a paragraph in a DOCX document.
docElement (Type of variable)
The docElement type is used to handle each element found in a docParagraph variable.
docStyle (Type of variable)
The docStyle type is used to define the advanced characteristics of a style belonging...
docElementText (Type of variable)
... in a DocElement variable.
Token (Type of variable)
The Token type is used to define all the advanced characteristics of a token displayed in an edit...
CriticalSection (Type of variable)
CriticalSection variables are used to define critical sections to limit the simultaneous execution...
notificationCategory (Type of variable)
The type notificationCategory makes it possible to define all the advanced characteristics...