ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Service variable
The Service variable is used to...
TypeVar (Function)
Identifies the type of an expression, a variable (during a call to a procedure for example) or a control.
HReset (Function)
Initializes:
  • one or all variables of file items with their default values.
  • one or all items of a Record variable with their default values.
Assignment operators
Three assignment operators are available...
<Source>.Reset (Function)
Initializes:
  • one or all variables of file items with their default values.
  • one or all items of a Record variable with their default values.
WLanguage types
The different types in WLanguage are...
Advanced types
The advanced types of WLanguage are as follows
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...