ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Preset control properties
List of properties associated with the Preset control
"Preset controls" pane
The "Preset controls" pane proposes several preset controls that can be included in the current window or in the current page by "Drag and Drop"...
My Preset controls
It is not uncommon for developers to recreate the same controls, with the same style and (almost) the same code in the same project, without using a template or an Internal Window control...
<Edit>.InsertToken (Function)
Inserts a token into a "Text token" Edit control.
<Edit>.AddToken (Function)
Adds a token to a "Text token" Edit control.
<Edit>.DeleteAllToken (Function)
Deletes all the tokens from a "Text token" Edit control.
EditDeleteAllToken (Function)
Deletes all the tokens from a "Text token" edit control.
<Edit>.DeleteToken (Function)
Deletes a token from a "Text token" Edit control.
<Dashboard>.ResizeWidget (Function)
Changes the dimensions of a widget found in a Dashboard control.
<TreeMap>.Count (Function)
Returns the number of elements found in a TreeMap control.
<TreeMap>.SelectGroup (Function)
Visually selects a group of elements in a TreeMap control.
<TreeView>.GiveChild (Function)
Returns the "children" of an element found in a TreeView control.
<TreeView>.Modify (Function)
Modifies an element (node or leaf) in a TreeView control.
<TreeView>.Insert (Function)
Inserts a leaf into a TreeView control at a specific position.
<TreeView>.ExpandAll (Function)
Expands a node and all its child elements in a TreeView control.
<TreeView>.MoveItem (Function)
Moves an element (leaf or node) in a TreeView control.
<TreeView>.CopyItem (Function)
Copies an element (leaf or node) into a TreeView control.
<Organization Chart>.AddChild (Function)
Adds a child element into an Organization Chart control.
<Organization Chart>.Delete (Function)
Deletes an element and its "children" from an Organization Chart control.
<Dashboard>.MoveWidget (Function)
Changes the position of a widget found in a Dashboard control.
<Dashboard>.Mode (Function)
Opens or closes the Dashboard control edit mode.
<Dashboard>.GetWidgetPosition (Function)
Returns the position of a widget found in a Dashboard control.
<Dashboard>.SaveConfiguration (Function)
Saves the configuration of a Dashboard control in string format.
<Upload>.Start (Function)
Starts sending the selected files into an Upload control.
PDFReaderRotatePage (Function)
Rotates a page displayed in the PDF Reader control.
<Camera>.StartDecoding (Function)
Starts decoding bar codes in a Camera control.
<Camera>.StopDecoding (Function)
Stops decoding a bar code in a Camera control.
<Map>.DeleteMarker (Function)
Deletes a marker from a map displayed by a Map control.