void AssignComponent(TMtxComponent *Source, TMtxComponent *Destination);
Assign a component to a component.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Source | TMtxComponent * | |
| 2 | Destination | TMtxComponent * |
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.
Declared in Dew::Math::Units::MtxBaseComp · Dew.Math/Units.MtxBaseComp.h · Cross-compiler