Assigns target properties to another object
Source position: fpmkunit.pp line 774
public procedure TTarget.AssignTo( |
Dest: TPersistent |
); override; |
Dest |
|
Destination object to receive target properties |
Assigns the properties of this target to another persistent object.
This method is used for copying target configuration during build operations.