ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

2. UML models
2. UML models
Composite report
The report editor gives you the ability to create "Composite" reports. In this case, the report includes several sub-reports....
Multi-page print
A report can be very wide, with a width exceeding the width of a paper sheet......
The Numeric or Currency control: Input or display masks
WINDEV, WINDEV Mobile and WEBDEV propose two types of masks......
Table,Insert (External language)
Inserts an element into a table at a given position.
The Text control: Input or display masks
WINDEV, WEBDEV and WINDEV Mobile propose two types of masks......
Table,Select,+ (External language)
Selects an element in a Table control.
Table,Add (External language)
Adds an element to a Table control.
Table,Select,? (External language)
Returns the index of the selected element in a Table control.
Table,Position (External language)
Sets the position on a given element or returns the element on the fist row of a Table control populated programmatically.
Table,Search (External language)
Searches for a value in a Table control populated programmatically.
Table,Delete (External language)
Deletes an element from a Table control.
Screen,FileToScreen (External language)
Initializes the window controls with the values of the file items linked to the controls.
Table,Save (External language)
Updates or adds a record in the data file linked to the Table control.
HDBDescribeIndex (Function)
Describes through programming the different index files that will be created.
Screen,ScreenToFile (External language)
Initializes the file items with the value of the window controls bound to these items.
Creating an SCM repository
To share a project via the Source Code Manager, a repository must be created......
Creating an application using the RAD methodology
The RAD (Rapid Application Development) is a technology used to easily create a full application (or site)......
List,Add (External language)
Adds an element to a Combo Box or List Box control.
Table,Display (External language)
Refreshes the Table control.
13. External component in practice
External component in practice...
12. External component in practice
Refreshing the page data
In a dynamic WEBDEV site, the page data is refreshed during a user action......
Screen,Get (External language)
Retrieves the value in a control or in a variable.