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