ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

DeleteParameter (Function)
Deletes a parameter (or a set of parameters) saved either by SaveParameter, or automatically via the persistence of data in the controls.
DashDisplay (Function)
Refreshes elements in a Dashboard control.
Name (Property)
The Name property is used to get: the name of the font associated with a Font variable. the name of a control, report or report block. the name of a control, group of controls or window. the name of a control, group of controls or page....
beaconGroup (Type of variable)
The beaconGroup type is used to define the advanced characteristics of a set of Beacons.
LooperDeleteAll (Function)
Deletes all rows from a Looper control populated programmatically.
MongoCreateCollection (Function)
Creates a collection in a MongoDB database while specifying the options of this collection.
HSubstDir (Example)
Usage example of the HSubstDir function
TableSelectPlus (Function)
Selects a row in a Table or TreeView Table control.
AddLink (Function)
Adds a link to a text section in an edit control.
zipDeleteFile (Example)
Usage example of the zipDeleteFile function
The Bar Code control
The Bar Code control displays bar codes in your windows, pages or reports......
xlsNbColumn (Function)
Returns the number of columns found in a worksheet of an XLS file.
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....
ShortcutKey (Property)
The ShortcutKey property gets and sets the keyboard shortcut associated with a control.
SQLTable (Function)
Transfers the result of a query to a Table control populated programmatically (a List Box or Combo Box control), with the possibility of Partial Fetch (the result is retrieved by blocks of rows).
NewLine (Property)
The NewLine property is used to determine: in a Table control, whether the current row was created with TableAddXXX or TableInsertXXX. in a Looper control, whether the current row was created with LooperAddXXX or LooperInsertXXX. in an Organizer control, whether an appointment was created via the popup menu. in a Scheduler control, whether an appointment was created via the popup menu....
MinValue (Property)
The MinValue property is used to: get and set the bottom value of a report based on a data file. get the minimum value of the current filter. get the minimum value of a data series in a chart. get and set the minimum value for some types of controls....
LooperAdd (Function)
Adds a row at the end of a Looper control.
grCategoryLabel (Function)
Initializes the label of a data category (or section) in a chart.
MongoGridFSGetFileByID (Function)
Retrieves (on the local computer) a file identified by its identifier and found in a MongoDB file system.
MongoAdd (Function)
Adds one or more documents into a collection of MongoDB database.
MongoGridFSDeleteFile (Function)
Deletes a file identified by its name from a MongoDB file system.
ErrorBuild (Function)
Displays a custom error message in a system error window.
Author (Property)
The Author property gets and changes the author of an element.
iPageEnd (Function)
Forces the move to the next page during the report print.