Vcl.ComCtrls.THeaderSections.Items

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

Delphi

property Items[Index: Integer]: THeaderSection read GetItem write SetItem; default;

C++

__property THeaderSection* Items[int Index] = {read=GetItem, write=SetItem/*, default*/};

プロパティ

種類 可視性 ソース ユニット
property public
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls THeaderSections

説明

THeaderSections のコレクションに保持しているヘッダーセクションをリスト表示します。

Index パラメータの値は THeaderSection オブジェクトの Index プロパティの値と同じです。この値はヘッダーにおけるセクションの位置を表します。

関連項目