FMX.ListBox.TListBoxItem.ImageIndex
Delphi
property ImageIndex: TImageIndex read GetImageIndex write SetImageIndex stored ImageIndexStored;
C++
__property System::Uitypes::TImageIndex ImageIndex = {read=GetImageIndex, write=SetImageIndex, stored=ImageIndexStored, nodefault};
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
property | published | FMX.ListBox.pas FMX.ListBox.hpp |
FMX.ListBox | TListBoxItem |
説明
Images 画像リストに含まれる画像を列挙する、ゼロから始まるインデックスを定義します。
存在しない ImageIndex の値を使って Images リスト内の画像にアクセスすると、画像は取得されず、例外も発生しません。通常のデフォルト値は -1
です。ImageIndex が変化すると ImagesChanged が呼び出されます。