MtxBaseComp.AssignComponent Method

procedure AssignComponent(Source: TMtxComponent; Destination: TMtxComponent);

Assign a component to a component.

#NameTypeDescription
1SourceTMtxComponent
2DestinationTMtxComponent

Result: stored in self (calling object)

Remarks:

Generic component assign. The source and destination must be of the same type. The routine will copy values of all published properties from source to destination component.