Assign conditional destination string from another source
Source position: fpmkunit.pp line 503
public procedure TConditionalDestString.Assign( |
aSource: TPersistent |
); override; |
aSource |
|
Source conditional destination string to copy from |
Assign copies all properties from another TConditionalDestString object to this instance.
This includes the string value, destination path, CPU conditions, OS conditions, and any other conditional criteria.
The method provides a complete deep copy of the conditional destination string configuration.