Interface ISelfCopied

Unit

Declaration

type ISelfCopied = interface(IInterface)

Description

The interface of component which can copy itself.

Hierarchy

  • IInterface
  • ISelfCopied

Overview

Methods

Public function GetCopy: TObject;
Public procedure CopyParameters(Dest: TObject);

Description

Methods

Public function GetCopy: TObject;

Returns only copy of the object itself without copies of associated objects.

Public procedure CopyParameters(Dest: TObject);
 

Generated by PasDoc 0.15.0.