Vcl.ComCtrls.THeaderSection.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 published
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls THeaderSection

説明

ヘッダーセクションのテキストの横に表示されるイメージを示します。

ImageIndex プロパティを使用すると,ヘッダーセクションのテキストの横に表示されるイメージを指定できます。ImageIndex は,ヘッダーコントロールの Images プロパティを介して利用可能な TCustomImageList コンポーネント内のイメージのインデックス(0-オフセット)です。

関連項目