FMX.TreeView

From RAD Studio API Documentation
Jump to: navigation, search

Defines treeview controls for hierarchical lists.

Package fmx240.bpl

Classes

TCustomTreeViewTCustomTreeView is the base class for all tree view descendants.
TTreeViewTTreeView represents a window that displays a hierarchical list of items, such as the files and directories on a disk, for instance.
TTreeViewItemTTreeViewItem represents an item in a TTreeView component.

Types

TOnCompareTreeViewItemEventTOnCompareTreeViewItemEvent is an event type used by the OnCompare event handler of any TCustomTreeView or descendant component.
TOnTreeViewDragChangeTOnTreeViewDragChange is an event type used by the OnDragChange event handler of any TCustomTreeView or descendant component.