FMX.ImgList.TGlyphImageLink.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(AOwner: TComponent); reintroduce;

C++

__fastcall TGlyphImageLink(System::Classes::TComponent* AOwner);

Properties

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

Description

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

Create calls the inherited System.ImageList.TImageLink.Create to create a TGlyphImageLink object, allocate memory, and initialize ImageIndex with the default -1 value. Then Create initializes Owner with the specified AOwner parameter and Glyph with the IGlyph interface reference in the Owner object.

Exceptions are raised if AOwner is nil or AOwner does not support the IGlyph interface.

See Also