FMX.Types.TCustomCaret.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
FMX.Types.pas
FMX.Types.hpp
FMX.Types TCustomCaret

Description

Copies the property values of the specified Source object to the current TCustomCaret object.

If Source specifies the TCustomCaret type object, then Assign copies the values of the Size, Color, and Interval properties. Otherwise, Assign initializes these properties with the default zero values. Then Assign calls the inherited TPersistent.Assign method.

See Also