ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Grayed (Property)
The Grayed property is used to: Determine if a control (or a group of controls) is grayed out. Gray out or ungray a control, a group of controls or a window....
Handling a Carousel control through programming
WINDEV allows you to handle a Carousel control through programming......
Collapsing/Expanding a TreeView control through programming
...To collapse/expand a TreeView control through programming, ......
Characteristics of a toolbar
The main characteristics of a "Toolbar" control are configured in the "Details" tab and in the "UI" tab of the description window of control......
Creating nested reports
InSimulatorMode (Function)
Used to find out whether the application is started in "simulator test mode" from WINDEV Mobile.
BTAcceptConnection (Function)
Used to find out whether a Bluetooth radio accepts (or not) the requests for connection coming from the devices.
Process (Type of variable)
The Process type is used to define the characteristics of the remote application that can be started by ExeRemoteRun.
Thumbnail (Property)
The Thumbnail property is used to find out and modify the image displayed in thumbnail in a Thumbnail control.
gglLocation (Type of variable)
The gglLocation type is used to describe and modify the location of an event found in a Google calendar...
gglPerson (Type of variable)
The gglPerson type is used to describe and modify the participants attending an event of a Google calendar...
Default (Property)
The Default property is used to determine if a parameter has been passed to a procedure with a custom or default value.
NewRecord (Property)
The NewRecord property is used to determine if the record is a new record or if it comes from the data file.
XamlProperty (Function)
Used to find out and modify the value of a .Net property for an Xaml control or for a Carousel control.
NullAllowed (Property)
The NullAllowed property is used to manage the NULL value in the items of HFSQL data files.
VisibleRange (Property)
The VisibleRange property is used to get and change the width of the Range Slider control track.
geoPosition (Type of variable)
The geoPosition type is used to handle geographic positions via WLanguage geolocation functions.
Usage example of the XML types
The following examples is used to handle an XML document via the xmlDocument and cmlNode variables, ...
xmlNamespace (Type of variable)
The xmlNamespace type is used to handle the XML namespace of a node attribute in an XML document.
Error 27: No END statement is associated with this ELSE
Error 28: No END statement is associated with this SWITCH
Error 1011: To access the global member of the class, use ClassName::MemberName
In-App functions
The following WLanguage functions are used to manage In-App purchases......
httpResponse (Type of variable)
The httpResponse type is used to get the advanced characteristics of the response of the HTTP/HTTPS request....
HTMLEndPage (Property)
The HTMLEndPage property is used to get and change the HTML code inserted at the end of the page.