MtxBaseComp.AssignComponent Method

void AssignComponent(TMtxComponent Source, TMtxComponent Destination)

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.