Vcl.Outline.TOutlineNode Properties
InheritedProtected
| Data | public | Points to application-specific data associated with the node. |
| Disposed | protected | Disposed is a read-only property that shows the current state of this object. |
| ExpandCount | protected | |
| Expanded | public | Determines whether descendants of the outline node are displayed. |
| FullPath | public | Describes an outline node, using its text and the text of all ancestor nodes in the outline. |
| HasItems | public | Indicates whether the outline node has any subnodes. |
| Index | public | Identifies the node in the Items array maintained by the outline. |
| IsVisible | public | Indicates whether the outline node is visible in the outline. |
| Items | protected | |
| Level | public | Indicates the level of indentation of a node within the outline. |
| List | protected | |
| Outline | protected | |
| Parent | public | Identifies the immediate ancestor of the node. |
| Text | public | Specifies the string that identifies the outline node. |
| TopItem | public | Indicates which outline node is the topmost ancestor of a node. |