Skip to main content
A newer version of this page is available. .

TdxTreeViewCustomOptionsBehavior Class

The base class for Tree View behavior options.

Declaration

TdxTreeViewCustomOptionsBehavior = class(
    TdxTreeViewPersistent
)

Remarks

The TdxTreeViewCustomOptionsBehavior class has members that allow you to do the following:

  • Set the delay between user actions and the corresponding node selection state changes (ChangeDelay).

  • Highlight hot-tracked nodes (HotTrack).

  • Specify if a click on a node expands it (AutoExpand).

  • Prevent a user from opening an in-place caption editor (CaptionEditing).

  • Automatically sort nodes in the Tree View (SortType).

  • Show or hide node hints (ToolTips).

Do not use the TdxTreeViewCustomOptionsBehavior class directly. Use the following descendants instead:

Inheritance

TObject
TPersistent
TdxTreeViewPersistent
TdxTreeViewCustomOptionsBehavior
See Also