ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

CountryGet (Function)
Returns the Country variable corresponding to an ISO code or to the country caption according to ISO 3166-1.
Information 302: Ambiguity between a variable and a control
OLECreateEmpty (Function)
Associates an OLE control with an OLE object by invoking a specific OLE server.
NoteCreate (Function)
Creates a Repositionable Note control in the curernt window through programming.
TestCheckNull (Function)
Checks whether an expression is Null in assertive programming and in automated test mode.
TestCheckNotNull (Function)
Checks whether an expression is not Null in assertive programming and in automated test mode.
TestCheckDifferent (Function)
Checks whether the specified expressions are different in assertive programming and in automated test mode.
Extra (Property)
The Extra property is used to: Get additional information about a control, window, or page. Edit additional information of a control, window or page. In browser code, you can only get additional information of a control or page....
BarCodes (Type of variable)
The BarCodes type is used to handle the information found in a bar code.
xlsAddWorksheet (Function)
Adds or inserts a new worksheet into an Excel document.
XMLValidNode (Function)
Validates an XML node, its children and its attributes from its description in the XSD schema linked to the XML document.
MongoCreateCollection (Function)
Creates a collection in a MongoDB database while specifying the options of this collection.
BTLE functions
The following functions are used to handle the Bluetooth Low Energy devices:...
ContinentGet (Function)
Returns the Continent variable that corresponds to one of the following values: a continent constant (2-character continent code), a continent caption....
Index (Property)
The Index property indicates the physical index (physical order) of an item in a record.
LooperRecNum (Function)
Returns the number of the current record in a Looper control based on a data file.
fClose (Example)
Usage example of the fClose function
Alignment options
To optimize the alignment of controls in a window, page or report, you have the ability to use the alignment options......
sfSessionInfo (Type of variable)
The sfSessionInfo type is used to get information about the current session...
sfObject (Type of variable)
The sfObject type is used to describe a record of a SalesForce file...
Color (Type of variable)
The Color type is used to define the advanced characteristics of a WLanguage color.
IWListAdd (Function)
Adds a new internal window to the list of internal windows browsed by an Internal Window control.
RealToDateTime (Function)
Converts an 8-byte real to a date and time.
Description of ParallelTask (Type of variable)
The Description of ParallelTask type is used to define the characteristics of a parallel task.
dPolyline (Function)
Draws a line composed of multiple segments.