System.ImageList.TImageLink.Create

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

constructor Create; virtual;

C++

__fastcall virtual TImageLink();

プロパティ

種類 可視性 ソース ユニット
constructor public
System.ImageList.pas
System.ImageList.hpp
System.ImageList TImageLink


説明

TImageLink オブジェクトを作成し、そのオブジェクトが初めて使用される前にそのデータを初期化します。

Create では、継承した System.TObject.Create を呼び出して、TImageLink オブジェクトを作成しメモリを割り当てたあと ImageIndex をデフォルト値 -1 で初期化します。

関連項目