ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

How to access the help?
WINDEV, WEBDEV and WINDEV Mobile include several methods for accessing the help system at any time......
HTTP constants
List of constants used by the HTTP functions....
Handling a dynamic programmatically
WINDEV allows you to handle Dynamic Tab controls with the TabXXX functions and with multiple WLanguage properties......
Bluetooth constants
List of constants used by the Bluetooth functions....
UMC: Implementing and managing the "User Macro-Codes"
Regardless of the skill of the development team, the end user will always want to do something that has not been planned for......
BTLEConnect (Function)
Used to connect to a Bluetooth Low Energy device.
Designation of current element (Reserved word)
The keywords used to identify the current element are:
Programming the browsing Looper controls
These are the main concepts for programming Looper controls based on a data file......
iEndReport (Function)
Forces the report print to stop.
Bar code constants
WEBDEV administrator: Setups
The "Setups" tab allows you to configure the different administration features of the WEBDEV server......
upnpDevice (Type of variable)
The upnpDevice type is used to define the advanced characteristics of a UPnP device.
NotificationDisplay (Function)
Displays a message outside the browser.
Extern (Reserved word)
EXTERN is used to...
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......
WDModFic : Tool for automatic modification of data files
WDModFic is a tool used to perform the automatic modification of the data files found on the development computer and on the end-user computers......
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....
MenuClone (Function)
Clones a menu or a menu option as well as the associated code.
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....
fCreateLink (Function)
Creates a link on a file at the specified location.
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...