ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Operating mode of HFSQL application
An HFSQL application can operate in network mode or in Client/Server mode...
Managing custom fonts in a WINDEV or WINDEV Mobile project
Both WINDEV and WINDEV Mobile projects support custom fonts, including Google Fonts...
Activating an application or a site
When distributing an application or a site, you may want to offer both a full version and a limited version...
RestartProgram (Function)
Ends the application and restarts it.
Locking an application
WINDEV gives you the ability to lock your applications (after a specific duration for example)...
WDInst: set directory for data files and User Groupware files
The setup editor WDInst ("Tools...
AppDetectUPDAvailable (Function)
Disables or customizes the automatic check for available updates.
.NET application
To create a.NET application from a project...
DotNetDelegate (Function)
Initializes a.NET delegate.
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......
Automatic server update
The HFSQL Control Center is used to implement the automatic server update......
Parameters of a procedure with a variable number of parameters
When the procedure uses a variable number of parameters, you must be able to handle the different parameters passed to the function in the code of the procedure....
2. Deploying a static site or a PHP site
14. Report templates
...Report templates are used to easily standardize report layouts....
Events associated with framesets
List of events associated with framesets...
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......
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...
JSONExecute (Function)
Calls a server URL that returns data in JSON format (JavaScript Object Notation).
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......
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......
Managing HBase databases
HBase is a non-relational (NoSQL) distributed database, based on columns and using non-structured storage for large tables......
Responsive Web Design: Tips
The Responsive Web Design was used in your pages but you still encounter some lock points......
notificationAction (Type of variable)
The notificationAction type is used to describe an additional action associated with a notification.
Creating an update query
An Update query (SQL UPDATE statement) is used to modify the records in a database file......
How to perform a full file browse?
HDBDescribeField (Function)
Describes through programming each item found in the structure of an xBase file described by HDBDescribeFile.
hScheduledTask (Type of variable)
The hScheduledTask type is used to manage a scheduled HFSQL Client/Server task through programming......