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