RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
THeader.Sections Property

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

Pascal
property Sections: TStrings;
C++
__property TStrings Sections;

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. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!