ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

iOS specific buttons
WINDEV Mobile includes several standard Apple buttons......
SysBatteryOptimBackground (Function)
Used to manage battery optimization: Identifies the battery optimization mode for the current application. Prompts the user to disable battery optimization for a given application on the device. This function can be used to tell the operating system to stop preventing the application from running in the background....
Popup window
WINDEV allows you to open windows in popup format......
Handling a Progress Bar control through programming
A Progress Bar control can be handled through programming......
Setting up a WEBDEV cluster
With the WEBDEV Application Server in version 27, you can create server clusters with ease......
spHash (Property)
The spHash property is used to: Get the algorithm used for salting an item of type "Password". This property can be used for items of type "Password" defined in the data model editor or programmatically. Set the algorithm used for salting (only for "Password" items described programmatically)....
25. Performing a process on several successive pages
Performing a process on several successive pages...
Various constants
List of various constants....
Custom title bar with menus and controls
There is a new trend in UI design: application menus in the title bar!...
Managing cookies
A cookie is an easy way to temporarily store information on the user's computer......
ReplicSynchro: Overview
Error 532: The size of the string to extract must be strictly positive
ReplicSynchro: Use
ReplicAdmin: Overview
Display modes of Tab control
To optimize the style of your tabs, you have the ability to use images and colors......
Access rights to a class property: special cases
The retrieval and assignment processes can be public, private or protected. The access rights of the property correspond to the less restrictive rights of the two processes....
1. Windows generated using the RAD methodology
The RAD (Rapid Application Development) is used to create windows from......
The Dockable Panel control
The Dockable Panel control allows you to easily organize the software interface into zones that the end user can freely move......
<Window>.FromFile (Function)
Automatically updates the controls in a window or page with: the values of the bound items in the current record (loaded in memory) of the data file described in the data model editor. the values of the bound WLanguage variables. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....
Help: Summary table
In a WINDEV application, users have multiple help features at their disposal: Tooltip. Status bar. Help window. Advanced tooltip. Help page. HLP file....
Errors during an FTP installation
The list below presents the error messages that are displayed in the remote setup wizard (for the site manager)......
Creating an executable: Language of the executable
When creating the executable, you have the ability to choose the languages that will be included in the executable......
xxWDGetReturnValue
Used to retrieve the return value further to a call to nWDEvaluate, nWDExecute or nWDExecuteEx......
Managing the automatic identifiers when adding a record
When adding a record into a HyperFileSQL file (HAdd), three management modes are available for the automatic identifiers......
Handling Context Menu controls programmatically
WEBDEV includes different WLanguage functions and properties to handle Context Menu controls programmatically......