FMX.TreeView
From RAD Studio API Documentation
Defines treeview controls for hierarchical lists.
| Package | fmx250.bpl |
|---|
Classes
TCustomTreeView TCustomTreeView is the base class for all tree view descendants.
TTreeView TTreeView represents a window that displays a hierarchical list of items, such as the files and directories on a disk, for instance.
Types
TOnCompareTreeViewItemEvent TOnCompareTreeViewItemEvent is an event type used by the OnCompare event handler of any TCustomTreeView or descendant component.
TOnTreeViewDragChange TOnTreeViewDragChange is an event type used by the OnDragChange event handler of any TCustomTreeView or descendant component.