ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

WDStatistics: Presentation
WDStatistics is a tool used to perform statistical calculations regarding the traffic of your dynamic WEBDEV websites...
ConnectionCount (Function)
Returns the number of instances of the WEBDEV site currently run on the server.
rssImage (Type of variable)
The rssImage type is used to describe the image of a RSS stream...
ReplicEdit: Replication editor
ReplicEdit is a tool used to define the characteristics of a replication......
XLSCell type: MaskWD property
The MaskWD property of the xlsDocument type is used to define the display mask in WINDEV or WEBDEV format that will be used in the Excel cell ("DD/MM/YYYY" for example)......
Useful parameters of a procedure
A procedure can declare some parameters that are not immediately used. In this case, a warning appears in the code editor, indicating that the local variable is not used....
"Is Class" operator
The "is <Class>" operator is used to find out whether the object used in an object of the class (or an object of one of its derived classes)...
Query
The keyword "Query" is used to describe:
MQTTSubscribe (Function)
Used to subscribe to a MQTT notification.
MQTTUnsubscribe (Function)
Used to unsubscribe from a MQTT notification.
<fbSession variable>.Start (Function)
Used to authenticate and log in to Faceboook.
<mqttSession variable>.Subscribe (Function)
Used to subscribe to a MQTT notification.
Brochure of new features: Common new features
New features in WINDEV/WEBDEV/WINDEV Mobile 28 presented in the New Features brochure....
MySelf (Reserved word)
MySelf is used to handle the current control...
<Source>.State (Function)
Used to find out the state of a record.
HState (Function)
Used to find out the state of a record.
Push notification: Android configuration (Firebase)
From WINDEV Mobile 22 Update 1 (version 220052), the Push notifications in Android are using the Firebase platform (instead of Google Cloud Messaging)......
rssChannel (Type of variable)
The rssChannel type is used to handle a RSS channel...
Automation object
The Automation keyword is used to declare an automation object...
dbgAssert (Function)
Used to find out and signal the possible errors via an assertive programming.
Parallax effect
"Parallax" effects make it possible to scroll the elements in the interface at different speeds......
Configuring the titles of columns (Table control)
The title of table columns is an important element of Table control......
WDLog: Restoring a data file from its log
WDLog is used to apply to a backup of a data file the different operations saved in the log of this file......
Report editor: options and keyboard shortcuts
Several toolbars are displayed in the report editor......
ControlEnabled (Function)
Enables a control or a group of controls in a window. An animation can be set on the controls during this operation.
DocEndModification (Function)
Signals the end of grouping for a set of operations in a single event (management of "undo/redo")....
Opening a window from a secondary thread
A secondary thread cannot directly open a window with the standard WLanguage functions such as......