FMX.Graphics.TBrushObject.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(AOwner: TComponent); override;

C++

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

Properties

Type Visibility Source Unit Parent
constructor public
FMX.Graphics.pas
FMX.Graphics.hpp
FMX.Graphics TBrushObject

Description

Constructs a TBrushObject object and initializes its data before the object is first used.

See Also