FMX.Types.TCustomCaret.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(const AOwner: TFMXObject); virtual;

C++

__fastcall virtual TCustomCaret(TFmxObject* const AOwner);

Properties

Type Visibility Source Unit Parent
constructor public
FMX.Types.pas
FMX.Types.hpp
FMX.Types TCustomCaret

Description

Constructs a safely initialized TCustomCaret instance.

Create calls the inherited Create constructor.

Create establishes the relationship of a created TCustomCaret caret instance and its Owner specified by the AOwner parameter.

Create generates an exception if AOwner specifies an incorrect Owner.

See Also