ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Properties associated with Combo Box controls that display a table
Handling an Internal Window control through programming
The "Internal Window" control is used to display an existing internal window......
How to associate an image with a treeview element?
When fillilng a TreeView control, an image is associated with each element....
WebserviceReadMIMEType (Function)
Returns the MIME type of the request received during a call to a REST Webservice.
<Spreadsheet>.TypeAndMaskSelection (Function)
Returns or modifies the type and mask of selected cells in a Spreadsheet control.
TypeVar (Function)
Identifies the type of an expression, a variable (during a call to a procedure for example) or a control.
Encryption (Property)
The Property Encryption allows you to know and modify the type of encryption used.
htmlAttribute (Type of variable)
The htmlAttribute type is used to define all the advanced characteristics of an attribute of an element in an HTML document.
How to associate an image with an element found in a TreeView Table?
This help page explains how to customize the default image associated with the elements found in a TreeView Table....
btleDescriptor (Type of variable)
The btleDescriptor type is used to handle the descriptor of a Bluetooth Low Energy characteristic
Process (Type of variable)
The Process type is used to define the characteristics of the remote application that can be started by ExeRemoteRun.
Permission (Type of variable)
The Permission type represents a permission requested by the application (and therefore declared in the manifest).
<Image variable>.Background (Function)
Declares the default background color for the rectangles and circles, ... used in an Image variable.
ImageInfoSave (Function)
Saves the modifications performed on the Exif tags of an image by ImageInfoModify.
MapCircle (Type of variable)
The MapCircle type is used to define the characteristics of a circle to be drawn on the map displayed in a Map control.
btleCharacteristic (Type of variable)
The btleCharacteristic type is used to handle a characteristic of a Bluetooth Low Energy service.
saasClient (Type of variable)
The saasClient type is used to define the advanced characteristics of a SaaS client account.
saasUser (Type of variable)
The saasUser type is used to define the advanced characteristics of a user of SaaS site.
mongoResult (Type of variable)
The mongoResult type is used to find out the result during a search performed in a MongoDB database.
hbColumnDescription (Type of variable)
The hbColumnDescription type is used to define the advanced characteristics of a group of columns (items).
mongoConnection (Type of variable)
The mongoConnection type is used to define the advanced characteristics of a connection to a MongoDB server.
saasSite (Type of variable)
The saasSite type is used to define the advanced characteristics of a SaaS WEBDEV site.
MapPolygon (Type of variable)
The MapPolygon type is used to define the characteristics of a polygon to be drawn on the map displayed in a Map control.
httpResponse (Type of variable)
The httpResponse type is used to get the advanced characteristics of the response of the HTTP/HTTPS request....
<htmlDocument variable>.FindElementByName (Function)
Searches for elements whose "name" attribute matches a specific value in an HTML document.