Navigation: Code Documentation > RSCommon > DataStructures > Classes > THeapElement > Properties
THeapElement.Item Property
Specifies an object associated with the heap element. This is the object to store in the heap, not the value that defines the heap order.
Namespace: DataStructures
Delphi
published property Item: TObject read FItem write FItem;
Property Value
Type: TObject
•THeapElement
•DataStructures