FMX.Types.TLang.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(AOwner: TComponent); override;

C++

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

Properties

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

Description

Creates and initializes a TLang instance.

Create constructs a TLang object and initializes its data before the object is first used.

See Also