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