Navigation: Code Documentation > RSCommon > DataStructures > Classes > TIHeap > Methods
TIHeap.Delete(TIHeapElement) Method
Deletes the heap element from the heap. The item at the specified node is returned.
Namespace: DataStructures
Delphi
public function Delete( Index: TIHeapElement ): IInterface; overload;
Parameters
Index
Type: TIHeapElement
Type: IInterface
•TIHeap
•DataStructures