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.
<Table>.SelectPlus (Function)
Selects a row in a Table or TreeView Table control.
<Table>.MoveColumn (Function)
Moves a column in a Table or TreeView Table control.
<Table>.SelectMinus (Function)
Deselects a row from a Table or TreeView Table control.
<TreeView Table>.GiveParent (Function)
Returns the "parent" of an element in a TreeView Table control.
<Image>.ModifyLightness (Function)
Modifies the lightness of an image contained in an Image control.
<Spreadsheet>.AddData (Function)
Adds a data into a Spreadsheet control found in a window.
<Spreadsheet>.AddWorksheet (Function)
Adds a worksheet into a Spreadsheet control found in a window.
<Spreadsheet>.AddImage (Function)
Adds an image into the current worksheet of a Spreadsheet control.
<Multimedia>.Pause (Function)
Pauses a media file played in a Multimedia control.
<Spreadsheet>.MergeCell (Function)
Merges specified or selected cells in a Spreadsheet control.
SpreadsheetMoveWorksheet (Function)
Moves a worksheet within a Spreadsheet control in a window.
<Spreadsheet>.MoveWorksheet (Function)
Moves a worksheet within a Spreadsheet control in a window.
HTMLEditorSelect (Function)
Selects a text fragment in an HTML Editor control.
SpreadsheetMergeCell (Function)
Merges specified or selected cells in an Spreadsheet control.
HTMLEditorExecuteJS (Function)
Executes JavaScript code in an HTML Editor control.
<HTML editor>.Select (Function)
Selects a text fragment in an HTML Editor control.
<HTML editor>.ExecuteJS (Function)
Executes JavaScript code in an HTML Editor control.
LooperModify (Function)
Changes the values of the attributes in a row of a Looper control.
LooperDeleteAll (Function)
Deletes all rows from a Looper control populated programmatically.
MCIExecute (Function)
Runs an MCI command (Media Control Interface).
TableMoveColumn (Function)
Moves a column in a Table or TreeView Table control.
TreeCopyItem (Function)
Copies an element (leaf or node) into a TreeView control.
ControlDelete (Function)
Permanently deletes a control from a window, page or report.
ControlNext (Function)
Returns the name of the next control in input mode.
TreeGiveChild (Function)
Returns the "children" of an element found in a TreeView control.