ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Installing 64-bit WINDEV, WEBDEV or WINDEV Mobile
This chapter presents the configuration required to install WINDEV, WEBDEV or WINDEV Mobile in 64-bit mode...
Importing a WINDEV/WINDEV Mobile project and its elements
A WINDEV project and all its elements compatible with WINDEV Mobile (analysis, windows, classes, sets of procedures, queries, ...
Tutorial
A tutorial is delivered with WINDEV, WEBDEV and WINDEV Mobile...
(No title )
Execution platform
WINDEV Mobile allows you to develop applications for different families of products...
Easier navigation in the editors
The navigation in the editors is simplified by the presence of a new dynamic navigation bar, enabled by [CTRL] + [TAB]...
Activity diagram
An activity diagram represents the behavior of a method or the flow of a use case......
Multiple generation
Project configurations are used to easily define the different "targets" of your project......
HSetREP (Function)
Enables or disables the management of .REP file.
iVPos (Function)
iVPos is kept for backward compatibility.
Polar Area charts
Polar Area charts are similar to Pie charts. However, each segment has the same angle......
Interactive notification management constants
Interactive notification management constants...
Combo Box and List Box controls: Automatic features (AAF)
The List Box and Combo Box controls can benefit from several AAFs......
Property Description (Type of variable)
The Property Description type is used to get information about a property.
hBackupDescription (Type of variable)
The hBackupDescription type is used to programmatically describe an HFSQL Client/Server backup....
WDAdminHF: Managing the server
During the connection to the remote HFSQL administrator, you must specify the HFSQL server that will be taken into account......
JSONExecute (Function)
Calls a server URL that returns data in JSON format (JavaScript Object Notation).
Managing HFSQL Client/Server applications
The HFSQL Control Center is used to manage the HFSQL Client/Server servers and the HFSQL Client/Server databases......
BTListDevice (Function)
Returns the list of accessible Bluetooth devices.
Handling an Upload control through programming
The Upload control is used to upload one or more files....
The "Images" pane
The "Images" pane allows you to view and list all the images in the project directory and subdirectories......
Deploying in the cloud for PC SOFT applications
PC SOFT allows you to host your sites in the CLOUD for PC SOFT applications......
Conceptual Data Model (CDM)
In the MERISE methodology, the conceptual data model defines the objects and the actions that must be taken into account in the database......
Positioning table
Positioning the elements in a page is simplified by the use of a positioning table (HTML table)......
Checking an element back in the Source Code Manager (SCM)
Checking an element back in the repository is used to make the modified element available to all the users of the Source Code Manager......
Variable Description (Type of variable)
The Variable Description type is used to get information about a variable or a member.
Type inference
The type inference is used to simplify the declaration of variables when the variable type can be automatically deduced by the compiler......
Managing HBase databases
HBase is a non-relational (NoSQL) distributed database, based on columns and using non-structured storage for large tables......
notificationAction (Type of variable)
The notificationAction type is used to describe an additional action associated with a notification.
Transactions: Secure processes on HFSQL data files
This chapter presents the following topics......
Page in Session mode: Populating controls after a long process
In a web application, you may need to run long processes (for example, to update counters......