ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

The UML model
The main objective of a development team is to create optimized applications, capable of satisfying the ever-changing needs of their users......
WEBDEV concepts
Creating the RAD Pattern project
The steps for creating a RAD pattern are as follows:...
Using RAD patterns
The steps for creating a RAD pattern are as follows......
7. Internal component
An internal component is a set of elements from a project....
OAuth2Parameters (Type of variable)
The OAuth2Parameters type is used to define the information required to authenticate on a web service implementing the OAuth 2.0 standard.
The Switch control
Switch controls (also called "Toggle controls") are now commonly used in interfaces......
Printing reports from a WEBDEV site
By default, the "Print" icon allows the Web user to print the current site page......
Animating an image
WINDEV, WINDEV Mobile and WEBDEV allow you to handle several types of animated images......
On/Off button in a window
The on/off button is a button that operates like a check box......
FileToScreen (Function)
Automatically updates the controls in a window or page with: the values of the bound items in the current record (loaded in memory) of the data file described in the data model editor. the values of the bound WLanguage variables. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....
Functions for managing Google calendars (prefix syntax)
List of functions for managing Google calendars (prefix syntax)...
Functions for managing Google contacts (prefix syntax)
List of functions for managing Google contacts...
apiRequest (Type of request)
The apiRequest type is used to define all the advanced characteristics of a request executed via a REST web service imported using the OpenAPI documentation.
2. Projects in practice
Discover the main operations that can be performed on a project....
Events associated with framesets
List of events associated with framesets...
Conditions for using the Ad control
The Ad control is using the AdMob SDK....
Management of XML
WINDEV, WINDEV Mobile and WEBDEV include several functions for handling XML code......
Filter (Property)
The Filter property is used to identify and change the filter applied to records in: Table controls based on a data file, browsing TreeView Table controls, browsing List Box controls, Combo Box controls based on a data file, browsing Looper controls....
<Window>.FromFile (Function)
Automatically updates the controls in a window or page with: the values of the bound items in the current record (loaded in memory) of the data file described in the data model editor. the values of the bound WLanguage variables. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....
Step 3: Printing characters, images, ...
This step consists in "sending the different elements to print to the printer"......
<Source>.ToPage (Function)
Automatically updates the controls of a page with: the values of the bound items in the current record (loaded in memory) of the HFSL data file described in the data model editor. the values of the bound WLanguage variables. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....
PageFromSource (Function)
Automatically updates the controls of a page with: the values of the bound items in the current record (loaded in memory) of the HFSL data file described in the data model editor. the values of the bound WLanguage variables. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....
6. Source Code Manager (SCM)
To simplify teamwork, WINDEV Mobile includes a Source Code Manager....
Validating a page other than the current page
In some cases, you may have to propose the validation of a page via a button (or a link) found in a different frame......