ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Linux application: Tips and tricks
In Windows/Linux multi-configuration applications, several limitations may appear: control not supported, functions not available, ......
The planes in WEBDEV
The planes are used to group the controls of an element......
Enumeration and Combination items
WINDEV, WEBDEV and WINDEV Mobile propose the Enumeration and Combination types......
Modifying the characteristics of report controls
The characteristics of the controls can be viewed and/or changed in......
Border (Type of variable)
The Border type is used to handle a border through programming...
Optional events: Retrieved information
In WINDEV, you can add optional events in the code of the different elements of an application......
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.
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....
Structure of data files of user groupware
ListSeek (Function)
Searches for an element in a List Box, ListView or Combo Box control (including the values described by gStoredValue).
Screen,Get (External language)
Retrieves the value in a control or in a variable.
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 mechanism.
WDMap: Exporting records from a data file
WDMAP allows you to export records to......
Java application and WINDEV
A Java application is an application entirely compiled in Java......
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
Deploying an Android application
WINDEV Mobile tutorial: Deploying an Android application 10 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....
2. Creating files in the analysis
WEBDEV Tutorial - Creating a WEBDEV project and its analysis Lesson 2 - Creating files in the analysis - 40 min