[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'ComCtrls' (#lcl)

DefaultTreeViewOptions

A set of TreeViewOptions which are set be default.

Declaration

Source position: comctrls.pp line 3337

const DefaultTreeViewOptions = [tvoShowRoot, tvoShowLines, tvoShowButtons, tvoHideSelection, tvoToolTips, tvoKeepCollapsedNodes, tvoAutoItemHeight, tvoThemedDraw];

Description

A set of default values used to set the options of a TreeView object when first placed on a form. This set consists of the following items:

For the meaning of these options, see the TTreeViewOption documentation.

See also

TTreeViewOption

  

TTreeViewOption - enumerated type containing the permissible values for Options in TreeViews.

TTreeViewOptions

  

Set type used to store values from the TTreeViewOption enumeration.

TCustomTreeView.Options

  

The set of options enabled in the tree view control.


Version 3.2 Generated 2024-02-25 Home