Vcl.ComCtrls.TCustomHeaderControl.Sections

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

Delphi

property Sections: THeaderSections read FSections write SetSections;

C++

__property THeaderSections* Sections = {read=FSections, write=SetSections};

プロパティ

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


説明

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

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

関連項目


コード サンプル