Vcl.ComCtrls.THeaderSections

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

System.Classes.TCollectionSystem.Classes.TPersistentSystem.TObjectTHeaderSections

Delphi

THeaderSections = class(TCollection)

C++

class PASCALIMPLEMENTATION THeaderSections : public System::Classes::TCollection

プロパティ

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


説明

THeaderSections は、THeaderSection オブジェクトのコンテナです。

THeaderSections オブジェクトはそれぞれ、特定の THeaderControl オブジェクト内に表示される、THeaderSection オブジェクトのコレクションを保持しています。THeaderSections オブジェクトは、ヘッダー セクションのインデックスを、Items 配列で管理しています。Count プロパティ(TCollection から継承)は、コレクション内のヘッダ セクションの数を保持しています。設計時、ヘッダー コントロールの Sections エディタを使用すると、ヘッダー セクションを追加、削除、変更することができます。

関連項目