ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

VisibleOutsideWindow (Property)
The VisibleOutsideWindow property is used to: determine if a button is visible even if its position (X,Y) is outside the border of the window (entirely or partially). modify the visibility of an "off-window" button....
GglFile (Type of Variable)
The GglFile type allows you to know all the characteristics of a file from the Google software suite (Docs, Sheets, etc.).
StoredItem (Property)
The StoredItem property is used to: Find out the stored item or the stored variable of a Table, Looper, List Box or Combo Box control. Modify the stored item or the stored variable of a Table, Looper, List Box or Combo Box control....
Repositionable note (AAF)
End users can create repositionable notes in all the windows of their WINDEV applications......
Passing parameters
The parameters can be passed to a procedure......
Crosstab report
The report editor allows you to create "Crosstab" reports......
BREAK statement/"BREAK:" label
The keyword BREAK can correspond: to the BREAK statement: it allows you to exit a set of instructions and run the rest of the current process. to the BREAK label: it allows you to declare a section of code in a loop. This code will be run when exitingfrom the loop with a "BREAK" statement....
HRplManageFile (Function)
Defines the options used for the universal replication of a file: the replication direction. the management mode of conflicts....
MenuClone (Function)
Clones a menu or a menu option as well as the associated code.
Opacity (Property)
The Opacity property is used to get and change the opacity of an element.
Google Maps management functions
List of functions for managing Google maps...
ToolTip (Property)
The ToolTip property gets and changes the tooltip text.
HChangeDir (Function)
Changes the path to a data file (i.e. directory in which the file will be handled).
fCreateLink (Function)
Creates a link on a file at the specified location.
Events associated with a Sliding Banner control
WEBDEV manages the following events by default (order of appearance in the code editor)...
WLanguage procedure called by HTrack
WLanguage procedure called by HTrack
MySource (Reserved word)
MySource is used to handle the current data source (file, view or query) associated with a report or with a table based on a data file...
EmailProgressBar (Function)
Manages a progress bar while sending and receiving emails.
HModifyDatabaseRights (Function)
Modifies the rights granted to a user or to a group for a HFSQL Client/Server database....
The Edit control
The Edit control allows users to enter data......
Google document management functions
List of functions for managing Google documents...
ServiceModify (Function)
Modifies the configuration of a service according to the information given in the members of the Service variable.
SaaSAdminConnect (Function)
Connects and authenticates the administrator of the SaaS Webservice.
CheckBoxDelete (Function)
Deletes an option from a Check Box control.
ScrollbarPosition (Function)
Used to manage the position of scrollbars: Modifies or retrieves the position of one of the horizontal or vertical scrollbars found in a control of a WINDEV or WINDEV Mobile application. Retrieves the position of one of the horizontal or vertical scrollbars found in a control of a WEBDEV site....