Record TItemHierarchyStack
Unit
Declaration
type TItemHierarchyStack = record
Description
stores the parent items of an item, don't use the members
Overview
Fields
size:longint; |
|
stack:array of record
list: TTreeListItems;
index: longint;
end; |
Description
Fields
size:longint; |
|
stack:array of record
list: TTreeListItems;
index: longint;
end; |
|
Generated by PasDoc 0.16.0.