Vcl.ExtCtrls.THeader.Sections

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

Delphi

property Sections: TStrings read FSections write SetSections;

C++

__property System::Classes::TStrings* Sections = {read=FSections, write=SetSections};

プロパティ

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

説明

ヘッダーの各セクション用のテキストが入っている文字列をリストします。

この文字列リストの行数はヘッダーのセクション数を決めます。文字列リストが空ならば,ヘッダーは 1 つの空白セクションを持ちます。この文字列リストに 1 つ以上の行が入っていれば,各行のテキストがそれぞれのセクションに入ります。1 行めは左端のセクションに,2 行めはその右にある次のセクションにという具合に続いて入ります。