FMX.Controls.TStyleBook.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(AOwner: TComponent); override;

C++

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

Properties

Type Visibility Source Unit Parent
constructor public
FMX.Controls.pas
FMX.Controls.hpp
FMX.Controls TStyleBook

Description

Creates and initializes a TStyleBook instance. Create constructs a TStyleBook object and initializes its data before the object is first used.

See Also