Vcl.ComCtrls.THeaderControl.Sections

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

Delphi

property Sections: THeaderSections read FSections write SetSections;

C++

__property Sections;

プロパティ

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

説明

ヘッダー セクションのリスト(列見出し)。

Vcl.ComCtrls.THeaderControl.Sections は Vcl.ComCtrls.TCustomHeaderControl.Sections を継承しています。以下の内容はすべて Vcl.ComCtrls.TCustomHeaderControl.Sections を参照しています。

ヘッダー セクションのリスト(列見出し)。

Sections プロパティは THeaderSections、つまり、THeaderSections オブジェクトのコレクションを保有しています。. 設計時、セクション エディタで、ヘッダー セクションを追加、削除、変更することができます。 セクション エディタを開くには、オブジェクト インスペクタで Sections プロパティを選択し、Value 列内をダブルクリックするか、省略ボタン(...)をクリックします。

関連項目


コード サンプル