Interface ISelfCopied
Unit
self_copied_component
Declaration
type ISelfCopied = interface(IInterface)
Description
The interface of component which can copy itself.
Hierarchy
Overview
Methods
Description
Methods
 |
function GetCopy: TObject; |
|
Returns only copy of the object itself without copies of associated objects.
|
 |
procedure CopyParameters(Dest: TObject); |
|
|
Generated by PasDoc 0.15.0.
|