Navigation: Code Documentation > RSCommon > DataStructures > Classes > TIHeap > Methods
TIHeap.GetItem(Integer) Method
Returns the item in the heap at the specified position.
Namespace: DataStructures
Delphi
protected function GetItem(Index: Integer): IInterface; virtual;
Parameters
Index
Type: Integer
Type: IInterface
•DataStructures.TIHeap.Item[Integer]
•DataStructures.TIHeap.Element[Integer]
•DataStructures.TIHeap.Count
•TIHeap
•DataStructures