API: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 TImageLink object and initializes its data before the object is first used.

FMX.ImgList.TGlyphImageLink.Create inherits from System.ImageList.TImageLink.Create. All content below this line refers to System.ImageList.TImageLink.Create.

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

Create calls the inherited System.TObject.Create to create a TImageLink object and allocate memory and then initialize ImageIndex with the default value -1.

See Also