Navigation: Code Documentation > RSCommon > DataStructures > Classes > TIHeap > Methods
TIHeap.ModifyPriority(TIHeapElement) Method
Modifies the priority the heap element in the heap. The index of the element is returned.
Namespace: DataStructures
Delphi
public function ModifyPriority( Index: TIHeapElement ): Integer; overload; virtual;
Parameters
Index
Type: TIHeapElement
Type: Integer
•TIHeap
•DataStructures