Vcl.ListActns.TListControlItem.ImageIndex

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

Delphi

property ImageIndex: TImageIndex read FImageIndex write SetImageIndex default -1;

C++

__property System::Uitypes::TImageIndex ImageIndex = {read=FImageIndex, write=SetImageIndex, default=-1};

プロパティ

種類 可視性 ソース ユニット
property published
Vcl.ListActns.pas
Vcl.ListActns.hpp
Vcl.ListActns TListControlItem

説明

項目に関連付けられたイメージを指定します。

ImageIndex プロパティを設定すると,項目にイメージを関連付けることができます。ImageIndex は,項目の 1 つを表すために TListControlItem オブジェクトを使用する,コンポーネントの Images プロパティへのインデックスです。

関連項目