ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Popup window
WINDEV allows you to open windows in popup format...
<Window>.OpenPopupAsynchronous (Function)
Opens a popup window whose result will be retrieved via a WLanguage procedure ("callback").
MyPopupControl (Reserved word)
MyPopupControl is used to handle the control that opened a popup window...
<Window>.OpenPopupPosition (Function)
Opens a popup window by specifying its opening position and waits until it is closed.
gpwLogin (Function)
Connects a user to an application that is using the User Groupware.
The Rich Text Area control
The Rich Text Area control is a Static control offering several layout possibilities......
Constants for managing XML documents
List of constants used by the functions for managing XML documents....
AAFExportParameter (Function)
Saves all customizations made via AAFs (Automatic Application Features) in a file.
Project Management Hub: Sprint management
A sprint or iteration is a development cycle......
Operations performed on component diagrams
The following paragraphs explain......
TabOpen (Function)
Opens a new pane in a Dynamic Tab control.
2. Managing a Client/Server database
WEBDEV Tutorial - Managing an HFSQL Client/Server database Lesson 2 - Managing a Client/Server database - 20 min...
TabSaveConfiguration (Function)
Saves the configuration of dynamic panes found in a Tab control in character string format.
AAFImportParameter (Function)
Loads all customizations made via AAFs (Automatic Applications Features) that have previously been saved to a file.
SSLActive (Function)
Used to enable or disable the secure SSL mode.
Operations performed on activity diagrams
The following paragraphs explain......
Example for managing videos (broadcasted by a Camera control)
In this example, the application allows you to......
StoreSortAAF (Property)
The StoreSortAAF property is used to determine and specify if the sorting order defined by the user on a Table or TreeView Table control is kept when an application is closed and opened again.
The Upload control
The Upload control is used to upload files on the Web server......
Binding a Check Box control to an item
Editing the WEBDEV style sheet
WEBDEV allows you to manage all the WEBDEV styles used in a project......
Clickable control in a report
The report editor allows you to propose clickable controls during the print preview......
BeaconDetectBackground (Function)
Notifies the application when the device enters or leaves the transmission range of a set of Beacons.
Operations performed on a data file (Data model editor)
The main operations that can be performed on a data file from the data model editor are as follows......
WEBDEV license agreement
WEBDEV license agreement...
LayoutAdaptSize (Function)
Resizes a Layout control in order for all its cells to be entirely visible, without empty area.
Selection conditions of a query
The selection conditions of records are applied to the items used in the queries......
REP files
REP files contain the list of data files handled by the application....
1. Creating pages
WEBDEV Tutorial: My first WEBDEV website Lesson 1 - Creating pages - 10 min