ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Describing the Action Bar control
This help page presents the main aspects of the Action Bar description window ...
Action Bar of a window
Action Bars replace the title bar of a window and display different types of information...
Constants for managing Windows events
The following constants are used to manage Windows events:...
17. TLS/SSL: Encrypting information on the Web
InitialVisible (Property)
The InitialVisible property is used to determine if: a control was visible during the first display of the associated window or page. a window was visible during its first display....
The SMS structure
The SMS structure is a preset structure of WLanguage (no declaration is required)......
Push notification
A mobile device can receive push notifications......
Report based on an SQL query with data accessed via a connection (ODBC, etc.)
A report based on an SQL query with data accessed via a connection can print records from a database accessible via a specific ODBC driver or via a Native Connector......
"Project explorer" pane
The "Project explorer" pane is used to simplify the development environment of WINDEV, WEBDEV and WINDEV Mobile......
RulerValue (Property)
The RulerValue property is used to get or change the position of the playhead in a TimeLine control.
Movable (Property)
The Movable property is used to: Find out whether a table column can be moved by the user, Allow and/or forbid a table column to be moved by the user....
Events associated with Looper controls
List of events associated with Looper controls...
9. Internal page
Using WDMSG
The different steps for translating the project messages with WDMSG are as follows:...
SysIconAdd (Function)
Adds a system tray icon (in the lower-right corner of the screen).
HSynchronizeReplica (Function)
Synchronizes the master replica and the subscriber replica: the operations performed on one of the replicas are transferred into the other replica.
Constants used by properties associated with windows, reports, pages and controls
List of constants used by properties associated with windows, reports, pages and controls....
PageDisplay (Function)
Displays a web page in the user's browser....
Overview of HFSQL Cluster
HFSQL Cluster is a database server intended to be deployed on several servers......
Deploying an Android application
WINDEV Mobile allows you to develop Android applications. Then, these applications can be easily deployed....
Generating the LDM from the CDM
To associate a CDM (Conceptual Data Model) with a project, you must generate the associated LDM (Logical Data Model)......
WDTrans: Cancel the operations performed on a transaction file
If a transaction is in progress, cancels all operations performed on the files in transaction since the start of transaction......
Global procedure/function
A global procedure can be used in all the processes or events of the project....
Chart control: "Series" tab
The "Series" tab is used to define the different series used in the Chart control as well as the source of category labels......
External language: Programming in C++ (WDWDIAL interface)
This third method uses the notion of class inheritance to simplify the interfacing between a C++ application and WINDEV......
SQLFirst (Example)
Usage example of the SQLFirst function
Space (External language)
Fills the content of WdString with space characters on the right.