Vcl.ComCtrls.TMonthCalColors.Assign

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

procedure Assign(Source: TPersistent); override;

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
procedure
function
public
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TMonthCalColors

Beschreibung

Kopiert die Eigenschaften einer anderen TMonthCalColors-Instanz.

Durch einen Aufruf von Assign können Sie den Inhalt einer anderen Instanz von TMonthCalColors in ein neues Objekt kopieren. Wenn der Parameter Source keine TMonthCalColors-Instanz (oder nil (Delphi) bzw. NULL (C++)) ist, löst Assign eine EConvertError-Exeption aus.

Siehe auch