Copies property values from the specified persistent object to the current class instance.
Source position: comctrls.pp line 2469
public procedure TCoolBand.Assign( |
aSource: TPersistent |
); override; |
aSource |
|
Persistent object with property values copied in the method. |
Assign is an overridden method which implements object persistence for the TCoolBand type. When ASource is a TCoolBand instance, the following properties in ASource are copied:
If ASource is not a TCoolBar instance, the inherited method is called to copy values in ASource.
TPersistent |