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