RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TMonthCalColors.Assign Method

Copies the properties from another TMonthCalColors instance.

Pascal
procedure Assign(Source: TPersistent); override;
C++
virtual __fastcall Assign(TPersistent * Source);

Call the Assign method to duplicate the contents of another TMonthCalColors in a new object. If the source parameter is not a TMonthCalColors instance (or nil (Delphi) or NULL (C++)), Assign raises an EConvertError exception. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!