ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Handling a Carousel control through programming
WINDEV allows you to handle a Carousel control through programming......
4. Dedicated server or shared server?
TextDirection (Property)
The TextDirection property is used to determine and change the writing direction in a window, report or control (useful for languages such as Arabic or Hebrew).
Creating nested reports
Viewing a report in 3D
Your report displays controls that overlap?......
MapLicenseGgl (Function)
Indicates the "Google Maps API" license key that will be used in the Map controls (of WINDEV or WEBDEV).
Popup window
WINDEV allows you to open windows in popup format......
Collapsing/Expanding a TreeView control through programming
...To collapse/expand a TreeView control through programming, ......
SecurityHtml (Property)
The SecurityHtml property is used to get and change the status of the security mechanism of HTML Display and HTML Editor controls.
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......
RightToLeft (Property)
The RightToLeft property is used to get the writing direction on a control, column, window or report.
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...
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.
Usage example of the XML types
The following examples is used to handle an XML document via the xmlDocument and cmlNode variables, ...
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