IClonable.Clone Method
Definition
Creates a new object that is a copy of the current instance.
Delphi
function Clone: TObject
Returns
TObject
A new object that is a copy of this instance.
Creates a new object that is a copy of the current instance.
function Clone: TObject
A new object that is a copy of this instance.