ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

The Table control
The Table allows users to easily view and enter data stored in memory or from a data file, view or query...
Table
The "Table" keyword can correspond to...
The Table control on mobile devices (Android and iOS)
The Table control is available for Android and iOS applications...
The triggers
A trigger is a WLanguage procedure automatically called by the HFSQL engine whenever a modification...
AnchorRateBottom (Property)
The AnchorRateBottom property is used to: Find out the anchor rate when a control moves...
SetFocus (Function)
Set focus: to a control (found in a window, in a page or in a frameset). to a window....
1. WLanguage
WINDEV Tutorial: WLanguage basics Lesson 1 - WLanguage - 5 min
SQLAssociate (Function)
Automatically associates each column of the query result with a control or with a variable...
MDL file (kept for backward compatibility): Pattern description
The MDL file is the file used to generate a RAD window......
The HTML Edit control: Automatic formatting toolbar
In HTML Edit controls, a formatting toolbar can be automatically displayed when the control becomes...
gBackgroundGradient (Function)
Describes a display color in gradient mode.
AllowActionBarHiding (Property)
The AllowActionBarHiding property automatically hides the Action Bar.
Property of entity/association
In the MERISE methodology, the properties correspond to the characteristics of entities......
ControlNoSpace (Function)
Specifies whether the space characters on the right of the value found in the control are deleted.
ControlExist (Function)
Checks the existence of a control (or group of controls) in a window, in a page or in a report.
Linux application: Tips and tricks
In Windows/Linux multi-configuration applications, several limitations may appear: control...
Other operators
The following are additional operators......
ListSeek (Function)
Searches for an element in a List Box, ListView or Combo Box control (including the values...
Various constants
List of various constants used by the constants WINDEV functions....
The RTF control (Report editor)
...The "RTF" (Rich Text Format) control is used to display a formatted character string...
SQLExecWDR (Function)
Runs the SQL code of a query created in the query editor.
HSortView (Function)
Sorts an HFSQL view by creating an index on a view item. This function uses the former view...
WDMap: Exporting records from a data file
WDMAP allows you to export records to......
14. Controls in practice
2. WEBDEV administrator in practice
HCreateMasterReplica (Function)
Creates the description file of a Master Replica (logged replication or universal replication).
BitwiseOR (Function)
Returns the result of the (bitwise) logical OR between two values.
HConnect (Example)
Usage example of the HConnect function