ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Pop (Function)
Pops an element from a stack.
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...
URL (Property)
The URL property is used to: Get the address associated with a control. Change the address associated with a 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.
FontUnderlined (Property)
The FontUnderlined property is used to: Determine if the text is underlined. Underline (or not) a text....
pvtPosition (Type of variable)
The pvtPosition type is used to handle a cell of a Pivot Table control.
MyInternalWindow (Reserved word)
MyInternalWindow is used to handle the current internal window.
HCopyFile (Function)
Copies an HFSQL table (.fic, .ndx, .ftx, .sdx and .mmo files, if any): from the HFSQL server to the server (to perform a backup for example). from the HFSQL server to the client (to perform a local backup for example). from the client to the HFSQL server (to update the tables for example). from an HFSQL server to antoher HFSQL server....
List (Variable type)
A List variable is a structured type that is used to group a set of elements of the same type.
Opacity (Property)
The Opacity property is used to get and change the opacity of an element.
Confirm (External language)
Displays a dialog box that includes a logo, a message, the "Yes", "No" and "Cancel" buttons ans returns the button validated by the user.
Event (Function)
Intercepts a Windows event on a control, a group of controls or a WINDEV window.
TwainScanArea (Function)
Used to define or reinitialize the area to scan.
BackgroundTaskAdd (Function)
Adds a new background task.