[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Represents symbols types used for expanded or collapsed tree nodes.
Source position: comctrls.pp line 3320
type TTreeViewExpandSignType = ( |
||
tvestTheme, |
|
Uses the mechanism provided by Theme Services. |
tvestPlusMinus, |
|
Uses a Plus or Minus sign. |
tvestArrow, |
|
Uses an unfilled Arrow. |
tvestArrowFill |
|
Uses a filled Arrow. |
); |
TTreeViewExpandSignType is an enumerated type which specifies the symbol displayed in a Treeview to denote the expanded or collapsed state for a given tree node. TTreeViewExpandSignType is the type used to implement the TCustomTreeView.ExpandSignType property.
|
Sets the shape for the expand/collapse (fold/unfold) symbols. |