ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<Dashboard>.Display (Function)
Refreshes elements in a Dashboard control.
eYe magnet: contditional formatting of fields
The visual aspect of a window control can be automatically modified according to a series of conditions in order to attract the attention of the user to this control...
<List Box>.Display (Function)
Refreshes a List Box, ListView or Combo Box control based on a data file.
<Edit>.CloseAssistedInput (Function)
Closes the list of values proposed by the assisted input for an edit control.
<Edit>.OpenAssistedInput (Function)
Opens the list of values proposed by the assisted input for an edit control.
<Edit>.DeleteAllAssistedInput (Function)
Clears the list of values proposed for the assisted input of an edit control.
<TreeView Table>.InsertChild (Function)
Inserts a row into a TreeView Table control, in a given hierarchy level.
<Spreadsheet>.AllowProcedure (Function)
Allows the use of a WLanguage function/procedure in a formula of a Spreadsheet control....
<Spreadsheet>.BorderSelection (Function)
Modifies the border of selected cells in a Spreadsheet control found in a window.
<Spreadsheet>.Load (Function)
Loads a file in XLSX format in a Spreadsheet control found in a window.
Spreadsheet functions (prefix syntax)
The following functions are used to manage the Spreadsheet control (prefix syntax):
CameraPhoto (Function)
Captures a photo via a Camera control in an Android or iOS application.
Flash (Property)
The Flash property determines and changes the flash mode in a Camera control.
Clickable (Property)
The Clickable property gets and sets the behavior of an Image control when it is clicked.
HTMLEditorGet (Function)
Asynchronously retrieves the value of one of the properties of an HTML Editor control.
<HTML editor>.Get (Function)
Asynchronously retrieves the value of one of the properties of an HTML Editor control.
Anchor (Property)
The Anchor property sets the anchors of a control in a window, page or report.
HeightInPixel (Property)
The HeightInPixel property is used to get the height in pixels of a control in a report.
WidthInPixel (Property)
The WidthInPixel property is used to get the width in pixels of a control in a report.
TypeVar (Function)
Identifies the type of an expression, a variable (during a call to a procedure for example) or a control.
TableToExcel (Function)
Creates an Excel file with the data from a Table or TreeView Table control.
TableInputInProgress (Function)
Indicates whether a Table or TreeView Table control is currently in edit.
TableEnumColumn (Function)
Returns the name of a column found in a Table or Treeview Table control.
ParentObject (Function)
Identifies the "parent" of a graphic object: control, column, window, page, ...
SetFocus (Function)
Set focus: to a control (found in a window, in a page or in a frameset). to a window....
TreeDeleteChild (Function)
Deletes the children of an element from a TreeView control without deleting the element itself.
TreeIdentifier (Function)
Returns the identifier associated with an element (node or leaf) in a TreeView control.
TreeListItem (Function)
Lists the "children" of a node and the "child" elements of these "children" in a TreeView control.