FMX.ImgList.TGlyph.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(AOwner: TComponent); override;

C++

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

Properties

Type Visibility Source Unit Parent
constructor public
FMX.ImgList.pas
FMX.ImgList.hpp
FMX.ImgList TGlyph

Description

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

Create calls the inherited FMX.Controls.TControl.Create to create a TGlyph object, allocate memory, and initialize the default values of properties. Then Create initializes AutoHide as True, creates an instance of the TGlyphImageLink image link and assigns the created TGlyph control as the owner of this image link.

See Also