Navigation: Code Documentation > RSCommon > DataStructures > Classes > TIHeapElement > Methods
TIHeapElement.Clone Method
Creates a copy of the heap element.
Note
It is the responsibility of the calling method to free the copy.
Namespace: DataStructures
Delphi
public function Clone: TIHeapElement; virtual;
Return Value
Type: TIHeapElement
•TIHeapElement
•DataStructures