ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HSortView (Function)
Sorts an HFSQL view by creating an index on a view item. This function uses the former view mechanism.
MDL file (kept for backward compatibility): Pattern description
The MDL file is the file used to generate a RAD window......
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.
Events associated with reports
The following events are associated to reports (order of appearance in the code editor)......
The List Box control
The List Box control is used to display a list of elements and to select one or more elements from this list......
Drag and Drop
Drag and Drop is used to transfer data between several controls with the mouse. This data can be moved between several controls found in the same application or in different applications....
Linux application: Tips and tricks
In Windows/Linux multi-configuration applications, several limitations may appear: control not supported, functions not available, ......
Other operators
The following are additional operators......
SetFocus (Function)
Set focus: to a control (found in a window, in a page or in a frameset). to a window....
WDMap: Exporting records from a data file
WDMAP allows you to export records to......
Report based on a data file
A report based on a data file is used to print the records coming from a single data file (HFSQL Classic or Client/Server, accessed via a Native Access, ......
HCreateMasterReplica (Function)
Creates the description file of a Master Replica (logged replication or universal replication).
BrowserMobile (Function)
Allows you to find out whether the browser used by the Web user is started on a mobile device.
BitwiseOR (Function)
Returns the result of the (bitwise) logical OR between two values.
HConnect (Example)
Usage example of the HConnect function
Automated tests
WINDEV Tutorial - Monitoring the evolution of an application Automated tests - 20 min
SQLTransaction (Function)
Begins, commits or rolls back a transaction: on the files of a database opened by SQLConnect, on the files of a database opened by a connection (OLE DB or Native Access/Native Connector) described in the data model editor or by HOpenConnection....
WLanguage
The integrated WINDEV language, WLanguage, is powerful, simple and intuitive......
BitwiseXOR (Function)
Returns the result of the bitwise exclusive OR operation performed between two values.
HCloseConnection (Example)
Usage example of the HCloseConenction function
gToRetrieve (Function)
Describes the text value to display and to return when retrieving the value of an element found in a List Box control or in a Combo Box control.