System.ImageList.TImageLink.ImageIndex

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

Delphi

property ImageIndex: TImageIndex read FImageIndex write SetImageIndex;

C++

__property System::Uitypes::TImageIndex ImageIndex = {read=FImageIndex, write=SetImageIndex, nodefault};

プロパティ

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


説明

イメージのリストにおける、イメージのインデックス。

IgnoreIndexFalse の場合、ImageIndex への変更はすべて、Change への呼び出しを発生させます。

関連項目