Navigation: Code Documentation > RSCommon > DataStructures > Classes > THeapElement > Methods
THeapElement.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: THeapElement; virtual;
Return Value
Type: THeapElement
•THeapElement
•DataStructures