System.ImageList.TBaseImageList.Links

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

Delphi

property Links[const Index: Integer]: TImageLink read GetLinks;

C++

__property TImageLink* Links[const int Index] = {read=GetLinks};

プロパティ

種類 可視性 ソース ユニット
property protected
System.ImageList.pas
System.ImageList.hpp
System.ImageList TBaseImageList


説明

TImageLink インスタンスへの参照の配列です。

Links 配列内の TImageLink インスタンスは、画像リスト Images または画像インデックス ImageIndex の変更通知を、その画像リスト内の画像を使用しているコンポーネントに送信するのに使用されます。

関連項目