RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TValueListEditor.TitleCaptions Property

Specifies the captions that label the columns of the value list editor.

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

Use TitleCaptions to provide titles for the columns of the value list editor. TitleCaptions is a TStrings descendant that contains two strings: the first string labels the name (key) column, and the second string labels the value column. If TitleCaptions contains less than two strings, missing captions are treated as empty strings. If TitleCaptions contains more than two strings, all strings except the first two are ignored.

Note: TitleCaptions is only used when the DisplayOptions property includes doColumnTitles.
 

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