ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

fCopyFileWebFolder (Function)
Copies an image file from the data directory of application (or from one of its sub-directories) to the "_WEB" directory of application (or to one of its sub-directories).
dCopyWindowImage (Function)
Copies the image from a WINDEV window to an Image variable or to an Image control.
13. Types of standard controls
Validating a page other than the current page
In some cases, you may have to propose the validation of a page via a button (or a link) found in a different frame......
saasVisit (Type of variable)
The saasVisit is used to find out all the characteristics of a SaaS user's visit....
Hasp (Function)
Interrogates an electronic HASP key (HASP-3, HASP-4, MemoHasp or NetHasp).
<gglConnection variable>.Disconnect (Function)
Disconnects the user from the Google services used. During the next re-connection, the authorizations linked to the Google services will be asked again.
Y (Property)
The Y property is used to: Find out the Y-coordinate of a control or window (position on Y-axis). Modify the Y-coordinate of a control or window....
Declaring the functions of the Windows API
Syntax for declaring the functions of the Windows API...
Creating a WINDEV application for Linux
WINDEV allows you to create native 64-bit Linux executables. Their UI is developed with the window editor....
<zipArchive variable>.Merge (Function)
Merges the different sub-archives found in a multi-part archive to create a single-part archive.
The "Line" charts
In the line charts, the data is interpreted as successive y coordinates of points......
GglDisconnect (Function)
Disconnects the user from the Google services used. During the next re-connection, the authorizations linked to the Google services will be asked again.
GetCountryList (Function)
Returns the list of countries according to the ISO 3166-1 standard.
Refreshing the page data
In a dynamic WEBDEV site, the page data is refreshed during a user action......
Windows
The windows represent the main interface of a WINDEV application......
ArrayToCSV (Function)
Converts a one-dimensional array or a two-dimensional array into a character string in CSV format.
Debugging in Android
All developers appreciate the possibility to debug an application directly on the device......
Events associated with Button controls
List of events associated with Button controls...
Error 1006: The member is not global: use: to access it
The Layout control
The Layout control simplifies the implementation of dynamic UIs where controls are displayed and/or hidden programmatically......
DndSource (Property)
The DndSource property is used to determine and change a control's drag-and-drop behavior....
DndTarget (Property)
The DndTarget property determines and changes how a control behaves in a drag-and-drop operation.
Favicon: Define the site icon
WEBDEV allows you to easily define the site icon (also called Favicon)......
<Image variable>.DrawShadow (Function)
Adds a shadow effect on an image found in an Image variable].