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