ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

The "dynamic" Tab control
The "Dynamic tab" Tab control is used to display several windows in the same window......
Managing main window menus
A main menu is necessarily associated with a window......
<Map>.FollowMovement (Function)
Displays the current location of the device in a Map control and updates the location as it moves.
<Map>.InfoXY (Function)
Returns the geographical position (latitude and longitude) corresponding to a point in a Map control.
Map control properties
The following properties can be used with Map controls:...
WEBDEV layouts
A layout allows you to define several views of a page without duplicating it......
Importing/Consuming web services
WINDEV, WEBDEV and WINDEV Mobile allow you to directly import Webservices into your applications......
Skin elements
The skin elements are used to quickly change the visual aspect of a project without having to retouch every page and every page template......
SensorGetOrientation (Function)
Retrieves the current orientation of the device on one of its 3 axes.
SemaphoreEnd (Function)
Allows one or more threads to exit from the area protected by the semaphore.
Automatic error handling
Error handling can be customized for each process......
Organizing the directories of a project
When creating a project, a directory specific to this project is automatically created......
Functions for managing breadcrumbs (prefix syntax)
The following functions are used to manage site map paths, using prefix syntax:...
New Features brochure - Version 27: Common new features
New features in WINDEV/WEBDEV/WINDEV Mobile 27 presented in the New Features brochure....
Enlarging a window
Modern UIs generally use larger windows and larger fonts in the different controls......
Configuring the assisted universal replication
If your application uses the assisted universal replication via a file......
3. Application development cycle
Development cycle of a WINDEV application....
tapiLineDial (Function)
Dials a phone number for a voice line and chooses the device to use.
SensorDetectChangeOrientation (Function)
Allows you to be notified when the orientation of the device changes on any one of its 3 axes.
External language: Programming in C++ (WDWDIAL interface)
This third method uses the notion of class inheritance to simplify the interfacing between a C++ application and WINDEV......
Speech synthesis in the mobile applications
The phones can talk!......
The Peeling Corner control
The "Peeling Corner" control is used to create a visual effect in a page by presenting an image partially covered by another one......
7. HFSQL: files physically created
InputMask (Property)
The InputMask property is used to: get the input mask. set the input mask (from the masks available for the type)....
Managing the semaphores in the threads: limiting the simultaneous code execution
Semaphores are used to limit the simultaneous execution of a code (procedure, line of code, etc....