ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

PageUse (Function)
Displays a WEBDEV page in the user's browser and closes all page contexts currently open on the server....
Supercontrol
A supercontrol is an advanced type of control......
InAJAXMode (Function)
Specifies whether the code is run from: a process in AJAX mode. a procedure called by AJAXExecute or AJAXExecuteAsynchronous....
Installer skin template
The setup program creation wizard lets you customize the setup program windows......
HErrorStatusModification (Function)
Returns the status of a record during a modification conflict.
How to find out whether a report was printed?
Iconize (Function)
Minimizes a WINDEV window.
Creating an Android widget
Widgets are small applications that can be displayed on the home screen of phones or tablets......
URL (Property)
The URL property is used to get and change a URL.
Compile (Example)
Usage example of the Compile function
HConnectionQuality (Function)
Returns the quality level of connection: the higher the level is, the faster the connection will be.
MapItineraryDistance (Function)
Calculates the distance of an itinerary in a Map control.
WEBDEV User Groupware: Tips
This help page contains different programming tips for the User Groupware in WEBDEV......
Constants used by the functions for managing Dockable Panel controls
Starting WDOptimizer in a command line
ScreenFirst (Function)
Defines the next control that will be in edit in the current window.
EncryptStandard (Function)
Encrypts a character string or a binary buffer by using a symmetrical encryption algorithm (AES, DES, etc.)
Automatic AJAX
The diagram below presents the automatic and immediate use of AJAX in a WEBDEV site......
Testing a window
Testing a single window allows you to run the current window in WINDEV or WINDEV Mobile......
VolumeGet (Function)
Retrieves the current setting of the volume for a sound source.
KioskEnable (Function)
Switches the current Android application to kiosk mode.
dbgConnect (Function)
Used to connect a remote debugger to an application, service, Webservice, etc.
Pinned (Property)
The Pinned property is used to: Pin a control: the position of the pinned control will be relative to the visible area of its container and not to the content area. Determine if a control is pinned....
aiImageResult (Type of variable)
The aiImageResult type is used to retrieve the result of AIDetect.
Handling an iFrame control through programming
WEBDEV allows you to handle an iFrame control by programming......