FMX.Objects.TCaretRectangle.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(AOwner: TComponent); override;

C++

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

Properties

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

Description


Creates and initializes an object instance.

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

Creates and initializes an object instance.

Create inherits initializations from FMX.Controls.TControl.Create. Create additionally initializes:

Depending on the object type, Create can initialize other properties.

See Also