FMX.Objects.TCalloutRectangle.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(AOwner: TComponent); override;

C++

__fastcall virtual TCalloutRectangle(System::Classes::TComponent* AOwner);

Properties

Type Visibility Source Unit Parent
constructor public
FMX.Objects.pas
FMX.Objects.hpp
FMX.Objects TCalloutRectangle

Description


Creates an instance of TShape with the specified component as owner.

FMX.Objects.TCalloutRectangle.Create inherits from FMX.Objects.TShape.Create. All content below this line refers to FMX.Objects.TShape.Create.

Creates an instance of TShape with the specified component as owner.

See Also