ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Customizing the system information windows (or dialog boxes)
Your applications use several system dialog boxes? A specific skin template is used in your project? Why not customize these windows and give them the "appearance" of your application?......
tapiSendKey (Function)
Allows you to simulate the use of phone keys.
ReplicSynchro: Use
Creating a table in a report
Tables can be created in a report......
tapiCallIsBusy (Function)
Used to find out whether the number called is busy.
Translucent effect of windows
Depending on the style of your applications, the border of your windows can be translucent......
DashDisplay (Function)
Refreshes elements in a Dashboard control.
grSaveWMF (Function)
Saves a chart that was drawn beforehand in WMF format.
grAutoRefreshCategoryLabel (Function)
Identifies or defines whether the category labels are refreshed whenever the chart is drawn.
Various WEBDEV constants
Various WEBDEV constants...
<WDPic variable>.Rotation (Function)
Rotates a WDPic image.
BuildAutomationVariant (Function)
Builds an Automation variant parameter.
MapLicenseGgl (Function)
Indicates the "Google Maps API" license key that will be used in the Map controls (of WINDEV or WEBDEV).
Testing a dynamic page (session or AWP mode)
The test of a single page runs the current page in WEBDEV......
ComponentExecute (Function)
Executes a global procedure present in an external component. This external component is loaded with ComponentLoad.
CameraRunApp (Function)
Starts the device's native camera application to record a video or to take a photo....
KioskEnable (Function)
Switches the current Android application to kiosk mode.
gglEmail (Type of variable)
The gglEmail type is used to describe and modify the email address of a contact...
Error 2109: You are using the ObjectInfo function
dbgCheckNull (Function)
Checks whether an expression is Null in assertive programming and in automated test mode.
dbgCheckNotNull (Function)
Checks whether an expression is not Null in assertive programming and in automated test mode.
AppleSignIn (Function)
Used to implement authentication via "Sign In with Apple" on devices running on iOS 13 and higher.
PageByPagePrint (Property)
The PageByPagePrint property is used to: Ask a report to be printed page by page. Each page of the report will be sent separately to the printer spooler. Find out the print mode of the report (page by page or all at once)....
MemCreate (Function)
Creates a memory area.
Handling a Scrollbar control through programming
WINDEV allows you to handle a Scrollbar control through programming......