RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TListControlItem.Caption Property

Specifies the text value of the item.

Pascal
property Caption: String;
C++
__property AnsiString Caption;

Set Caption to provide the item with a text value. This is the value that appears in list boxes or combo boxes, or which labels items in list view controls. 

 

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