ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Project Management Hub: Spool of requests
The Project Management Hub is used to define spools of requests......
ConfirmAsynchronous (Function)
Displays a non-blocking message in a standard dialog box with the answers "Yes", "No", "Cancel" and calls a WLanguage procedure with the user's response....
ErrorWithTimeoutAsynchronous (Function)
Displays a custom error message in a non-blocking system error window for a given amount of time.
Developing an application for iPhone/iPad
The development of an iPhone/iPad application is performed in 2 steps:...
Project Management Hub: Configuration
All contributors must provide details about their work schedule so that project management tools reflect reality......
<gglConnection variable>.Connect (Function)
Manages authentication on a Google server (via the "OAuth 2.0" authentication mode).
<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.
InfoWithTimeoutAsynchronous (Function)
Displays a custom message in a non-blocking system information window for a given amount of time.
Required or invalid input in WINDEV
WINDEV and WINDEV Mobile include several options to manage required or invalid input, both via the window editor and through programming......
The Progress Bar control
The Progress Bar control is used to follow the progress of an event......
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.
Project Management Hub: Management of incidents
The Project Management Hub allows you to keep a history of the incidents encountered in your applications......
The Clickable Image control
The Clickable Image control can be used to......
Creating a WINDEV Mobile project
A project is a logical set of elements and processes whose purpose is to accomplish a given objective......
Automatic completion
The automatic completion helps you write WLanguage code in your applications......
WINDEV Mobile concepts
Deploying a site (from the development computer)
Regardless of the type of site created by WEBDEV (static site or dynamic site), WEBDEV Development version allows your to automatically install the site on the server......
New Features brochure - Version 27: Common new features
New features in WINDEV/WEBDEV/WINDEV Mobile 27 presented in the New Features brochure....
Name (Property)
The Name property is used to get the name of an element.
WINDEV concepts
fSeek (Example)
Usage example of the fSeek function
fShortName (Example)
Usage example of the fShortName function
Accessibilité (Property)
gglMapParameter (Type of variable)
The gglMapParameter type is used to define the advanced characteristics of a map...
Compile (Function)
Dynamically compiles an Procedure whose source code is provided (dynamic compilation).