ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<Dashboard>.Display (Function)
Refreshes elements in a Dashboard control.
TableDisplay (Function)
Refreshes a Table or TeeeView Table control from a given position:
  • for a field linked to a file: changes made to the linked data file are reflected in the field..
  • for a programmatically manipulated field: calculated columns are re-calculated.
<List Box>.Display (Function)
Refreshes a List Box, ListView or Combo Box control based on a data file.
ListDisplay (Function)
Refreshes a List Box, ListView or Combo Box control based on a data file
DashDisplay (Function)
Refreshes elements in a Dashboard control.
CameraChangeDriver (Function)
Connects the "Camera" control to a specific driver for video capture.
NoteCreate (Function)
Creates a Repositionable Note control in the curernt window through programming.
SpreadsheetAddName (Function)
Specifies a name to identify a cell found in a Spreadsheet control.
PanelCreate (Function)
Creates a new Dockable Panel control in the current window.
PanelAttach (Function)
Attaches or changes the attach position of a Dockable Panel control.
PanelDetach (Function)
Detaches a Dockable Panel control to transform it into a floating window.
<TreeMap>.Seek (Function)
Finds the index of an element in a TreeMap control from the element path.
<TreeView>.Add (Function)
Adds a "leaf" element (and all necessary nodes) into a TreeView control.
<TreeView>.Select (Function)
Returns the full path of the selected element in a TreeView control.
<Organization Chart>.Add (Function)
Adds a new root element into an Organization Chart control.
<Organization Chart>.Occurrence (Function)
Returns the number of elements found in an Organization Chart control.
<Organization Chart>.SaveImage (Function)
Creates an image representing the entire Organization Chart control.
<Organization Chart>.Select (Function)
Returns the index of the selected element in an Organization Chart control.
<Upload>.CurrentFile (Function)
Indicates the file currently uploaded via the Upload control.
<Map>.DeleteAll (Function)
Deletes the following from a Map control: all markers, all shapes, all images....
SpreadsheetListImage (Function)
Lists the images found in the current worksheet of a Spreadsheet control.
<Check box>.Count (Function)
Returns the number of options found in a Check Box control.
<Radio button>.Count (Function)
Returns the number of options found in a Radio Button control.
<Multiline Zone>.AddLine (Function)
Adds a new dynamic row into a Multiline Zone control.
<Multiline Zone>.InsertLine (Function)
Inserts a new dynamic row in a Multiline Zone control.
SpreadsheetListName (Function)
Returns the list of names that identify a cell in a Spreadsheet control.
SpreadsheetGetSortInfo (Function)
Returns various information about the sort performed in a Spreadsheet control.
SpreadsheetModifyName (Function)
Modifies the name used to identify a cell in a Spreadsheet control.
<Organizer>.ToiCalendar (Function)
Exports the appointments found in an Organizer control in iCalendar format.
<Organizer>.BackgroundColor (Function)
Defines a background color for a time slot in an Organizer control.