API:Vcl.ImgList.TChangeLink.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create; override;

C++

__fastcall virtual TChangeLink();

Properties

Type Visibility Source Unit Parent
constructor public
Vcl.ImgList.pas
Vcl.ImgList.hpp
Vcl.ImgList TChangeLink

Description

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

Vcl.ImgList.TChangeLink.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