Navigation: Code Documentation > RSCommon > DataStructures > Classes > TIntHeapElement > Constructors
TIntHeapElement.Create(TObject,Integer) Constructor
Creates the heap element and initializes the priority to the input value.
Namespace: DataStructures
Delphi
public constructor Create( Item: TObject; Priority: Integer ); reintroduce; overload;
Parameters
Item
Type: TObject
Priority
Type: Integer
•DataStructures.TIntHeapElement.Priority
•TIntHeapElement
•DataStructures