Assigns properties from another dependency object
Source position: fpmkunit.pp line 614
public procedure TDependency.Assign( |
aSource: TPersistent |
); override; |
aSource |
|
Source dependency object to copy properties from |
Assign copies all properties from another TDependency object to this instance.
This includes dependency type, version requirements, conditional CPU/OS settings, and target specifications.
The method provides a complete deep copy of dependency configuration for cloning or template application.