Vcl.ExtCtrls.THeader.Sections

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Sections: TStrings read FSections write SetSections;

C++

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

Properties

Type Visibility Source Unit Parent
property published
Vcl.ExtCtrls.pas
Vcl.ExtCtrls.hpp
Vcl.ExtCtrls THeader

Description

Lists the strings that contain the text for the sections of a header.

The number of lines of the string list determines the number of sections of the header. If the string list is empty, the header has one blank section. If this string list contains one or more lines, the text of each line is in its own section. The first line is in the leftmost section, the second line is in the next section to the right, and so on.