IClonable Interface

Definition

Supports cloning, which creates a new instance of a class with the same value as an existing instance.

Delphi
type IClonable = interface(IInvokable)
Inheritance
IInvokable
IClonable

Methods

Clone

Creates a new object that is a copy of the current instance.