ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HExecuteView (Function)
Runs a view that was created beforehand (can be used to refresh the view data for example). This function uses the former view mechanism.
Label report
The report editor allows you to create "Label" reports......
KanbanInfoXY (Function)
For a given position (coordinates of a point) in a Kanban control, returns one of the following: the number of the card at that position, the number of the list at that position...
Effect (Property)
Use in the GuidedVisitStage class - Access in get + Write - Type: Integer32
<Source>.ExecuteView (Function)
Runs a view that was created beforehand (can be used to refresh the view data for example). This function uses the former view mechanism.
Handling ListView controls programmatically
WINDEV allows you to programmatically handle ListView controls......
WDMap: Overview
WDMap is a tool used to view and handle a data file while developing an application......
<Map>.EndOfMove (Function)
Stops following the device movement in a Map control.
<Map>.ClosePopup (Function)
Closes the popup of a marker displayed in the Map control.
<Map>.DisplayPopup (Function)
Opens the popup of a marker displayed in a Map control.
MapDeleteAll (Function)
Deletes the following from a Map control: all markers, all shapes, all images....
gglMapParameter (Type of variable)
The gglMapParameter type is used to define the advanced characteristics of a map...
11. Internal components in practice
Internal components in practice...
SSL: Secure transactions with WEBDEV
When using an Internet application, the data circulating between the computer of the Web user and the Web server is not protected......
MapPopupDisplayed (Function)
Indicates whether the popup of a marker in a Map control is displayed.
7. HFSQL: files physically created
Error 1033: The access directives are not allowed in a structure
Error 810: * can only be used for a parameter with a default value
Error 1050: This member already exists in the composite variable
Erase patches
To quickly modify the operating mode of an application, you can use application patches......
SpellAvailable (Function)
Indicates whether a dictionary is available for the spelling checker (check performed in the controls that use the integrated correction or check performed by WLanguage functions).
gpwOAuthParameters (Type of variable)
The gpwOAuthParameters type allows you to define all the information needed for authentication to the User Groupware via an application that uses the OAuth 2.0 standard.
<Source>.ViewToFile (Function)
Saves the modifications performed in an HFSQL view (by HModify, HDelete or HCross) in the corresponding data file. This function uses the former view mechanism.
Positioning marks in the code
The positioning marks are used to "tag" specific lines of code......
Customizing the system information windows (or dialog boxes)
Your applications use several system dialog boxes? A specific skin template is used in your project? Why not customize these windows and give them the "appearance" of your application?......