System.ImageList.TImageLink.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create; virtual;

C++

__fastcall virtual TImageLink();

Properties

Type Visibility Source Unit Parent
constructor public
System.ImageList.pas
System.ImageList.hpp
System.ImageList TImageLink

Description

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