ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

5. User Groupware in practice
1. HFSQL Client/Server: Implementation
WINDEV Tutorial: Using an HFSQL Client/Server database Lesson 1 - HFSQL Client/Server: Implementation - 10 min...
Natif DB2 Connector for WINDEV and WEBDEV
WINDEV and WEBDEV propose an optional Native Connector to DB2......
SaaSAdminModifyClient (Function)
Modifies a SaaS client account.
HListDatabase (Function)
Lists the Client/Server databases associated with a connection....
SaaS administrator - Adding a client
Adding a SaaS client account is used to make a SaaS site available to the users......
Zoom in the different editors
All editors of WINDEV, WEBDEV and WINDEV Mobile allow you to zoom in on the different elements displayed in the editor......
2. Managing a Client/Server database
WINDEV Tutorial: Using an HFSQL Client/Server database Lesson 2 - Managing a Client/Server database - 20 min...
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......
Native Access to SAP
SAP is a widely used ERP......
WebSocketSend (Function)
Sends a message from the WebSocket server to the client.
SocketConnect (Function)
Connects a client computer to a given socket.
Error 1001: The operators: and:: can only be used in the methods of classes
Elements of a class: Enumerating and handling through programming
Several types of WLanguage variables are used to enumerate and dynamically handle the elements of a class......
CurrentIndex (Function)
Depending on the specified control, returns: the number of the current row displayed in the current Table control, the number of the option with focus in a Check Box control, the number of the current row in the current Looper control, the index of the current indexed control....
EnumMenu (Function)
Returns: the name of nth option or sub-option found in the main menu of window. the name of nth option or sub-option found in a custom context menu (created with WINDEV or WINDEV Mobile)....
Characteristics of maximized windows
A maximized window occupies the entire screen of the mobile device....
Cleaning the project
After months or years of development and maintenance, the directory of your project often contains several files that are not used anymore but that you don't dare delete......
Recompiling the project
The project compilation is a process used to......
Diagram Editor (WINDEV): ribbon and panels
The Diagram Editor includes many features accessible via......
SaaSAdminListClientSubscription (Function)
Lists the SaaS subscriptions of a client account.
Application triggers
...A trigger is a WLanguage procedure automatically called by the HFSQL engine whenever a modification is performed (addition, deletion, modification, ...) on a record of a data file....
HPriorityClient (Function)
Modifies the priority of a client application.
SaaSAdminAddClient (Function)
Adds a SaaS client account.
Share your projects via Git
Git is a source code manager......