IClonable Interface

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

Namespace: Spring
IInvokable
  Spring.IClonable
type
 IClonable = interface(IInvokable)
 ['{B6BC3795-624B-434F-BB19-6E8F55149D0A}']
 end;

The IClonable type exposes the following members.

Show:
 NameDescription
Clone

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

Top