Vcl.ComCtrls.TMonthCalColors.Assign

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Assign(Source: TPersistent); override;

C++

virtual void __fastcall Assign(System::Classes::TPersistent* Source);

Properties

Type Visibility Source Unit Parent
procedure
function
public
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TMonthCalColors

Description

Copies the properties from another TMonthCalColors instance.

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.

See Also