ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

URL (Property)
The URL property is used to: Get the address associated with a control. Change the address associated with a control....
gglPhoneNumber (Type of variable)
The gglPhoneNumber type is used to describe and modify the phone number of a contact...
Anchor of overlaid controls (in a page)
WEBDEV allows you to define overlayable controls......
EventChange (Function)
Modifies the status of an event.
Port (Property)
The Port property is used to identify and change a server connection port.
gglNotification (Type of variable)
The gglNotification type is used to define information about event notifications in a calendar.
FontUnderlined (Property)
The FontUnderlined property is used to: Determine if the text is underlined. Underline (or not) a text....
ThreadEnd (Function)
Ends the execution of the current thread.
gglInstantMessaging (Variable type)
The gglInstantMessaging type is used to describe and modify the characteristics of an instant messaging program used by a contact...
TableCollapseExpand (Function)
Collapses or expands an element in a Table or TreeView Table control.
Clone (Function)
Constructs a copy of a class instance: An object of the actual class of the class instance is allocated. The members of the class instance are copied to the members of the new object....
Handling the views of a window
To easily handle huge windows (that cannot be entirely displayed in the editor for example), WINDEV and WINDEV Mobile allows you to handle several views of the same window......
C#: Call to WLanguage procedure
A global procedure in WLanguage can be directly called from the code of a global procedure in C#......
WINDEV Mobile 2024 Tutorial - Table of contents
ServiceInstall (Function)
Installs a Windows service or a Linux daemon according to the information given in the members of the Service variable.
Pop (Function)
Pops an element from a stack.
pvtPosition (Type of variable)
The pvtPosition type is used to handle a cell of a Pivot Table control.
Managing Bluetooth Low Energy devices
The Bluetooth LE standard (for Low Energy) is used to manage devices with low energy consumption......
MyInternalWindow (Reserved word)
MyInternalWindow is used to handle the current internal window.