void AssignComponent(TMtxComponent Source, TMtxComponent Destination)
Assign a component to a component.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Source | TMtxComponent | |
| 2 | Destination | TMtxComponent |
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.