ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

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)....
iOS specific buttons
WINDEV Mobile includes several standard Apple buttons......
Binding an Edit control to an item
An Edit control can be bound to an item in a data file, query, etc, ......
Custom title bar with menus and controls
There is a new trend in UI design: application menus in the title bar!...
Print technical documentation
You can print different technical documentations describing all the elements of the project (windows, pages, reports, data files, items, components, assemblies, Custom-Folders, etc.)......
Managing cookies
A cookie is an easy way to temporarily store information on the user's computer......
WDLog: Overview
The different operations that can be performed with WDLog are as follows......
Creating, generating and deploying a web service
WINDEV and WEBDEV allow you to directly generate web services that use the SOAP technology......
ReplicSynchro: Overview
Using layouts in WINDEV and WINDEV Mobile
The layout is used to define several views of a window in the same project without duplicating this window......
ReplicSynchro: Use
ReplicAdmin: Overview
TreeView control linked to a data file
You have the ability to create TreeView controls directly linked to the data....
Display modes of Tab control
To optimize the style of your tabs, you have the ability to use images and colors......
Organization chart linked to a data file
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......
2. Projects in practice
Discover the main operations that can be performed on a project....
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......
WDAPI: Converting a declaration of C function or structure
WDAPI is used to convert a declaration of C function or structure into a declaration of WLanguage function or structure......
Errors during an FTP installation
The list below presents the error messages that are displayed in the remote setup wizard (for the site manager)......
Password (Property)
The Password property can be used: on the edit controls (or on the text table columns) to find out whether the control is a "Password" control or to modify the "Password" type of the control. on the connections (HFSQL Client/Server, OLE DB, etc.) to define the password of the user who uses the connection....
Handling an iFrame control through programming
WEBDEV allows you to handle an iFrame control by programming......