Units
Class Hierarchy
Classes, Interfaces, Objects and Records
Types
Variables
Constants
Functions and Procedures
Identifiers
Unit dependency graph
Classes hierarchy graph
self_copied_component
type ISelfCopied = interface(IInterface)
The interface of component which can copy itself.
function GetCopy: TObject;
procedure CopyParameters(Dest: TObject);
Returns only copy of the object itself without copies of associated objects.