Navigation: Code Documentation > RSCommon > DataStructures > Classes > TIntHeapElement
TIntHeapElement Constructors
Name
Description
Create(TObject)
Overloaded. Creates the heap element and saves the DataStructures.THeapElement.Item. (Overrides DataStructures.THeapElement.Create(TObject).)
Create(TObject,Integer)
Overloaded. Creates the heap element and initializes the priority to the input value.
Top