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