Navigation: Code Documentation > RSCommon > DataStructures > Classes > TIHeap > Properties
TIHeap.Item[Integer] Property
Returns the item in the heap at the specified position.
Namespace: DataStructures
Delphi
public property Item[Index: Integer]: IInterface read GetItem; default;
Parameters
Index
Type: Integer
Type: IInterface
•DataStructures.TIHeap.Item[Integer]
•DataStructures.TIHeap.Element[Integer]
•DataStructures.TIHeap.Count
•TIHeap
•DataStructures