ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

"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)...
Context menu of Organizer controls (AAF)
Each Organizer control found in a window proposes a menu to the user......
WINDEV and OPC
OPC stands for "OLE for Process Control"......
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....
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)......
Optional events: Retrieved information
In WINDEV, you can add optional events in the code of the different elements of an application......
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.
Query
The keyword "Query" is used to describe:
MySelf (Reserved word)
MySelf is used to handle the current control...
BurnerSelect (Function)
Used to select the default burner.
<Source>.State (Function)
Used to find out the state of a record.
HState (Function)
Used to find out the state of a record.
Parallax effect
"Parallax" effects make it possible to scroll the elements in the interface at different speeds......
8. If you are already familiar with WINDEV
restRequest (Type of variable)
The restRequest type is used to define the advanced characteristics of a REST request.
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......
The formatted display control
This control can be used to display dates, times and currency values while respecting the corresponding display format......
WEBDEV concepts
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.