[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Copies property values from the specified persistent object to the current class instance.
Source position: comctrls.pp line 2502
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.
Version 4.0 | Generated 2025-05-03 | Home |