System.ImageList.TImageLink.ImageIndex
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 |
説明
イメージのリストにおける、イメージのインデックス。
IgnoreIndex が False
の場合、ImageIndex への変更はすべて、Change への呼び出しを発生させます。