Vcl.ListActns.TListControlItem.Caption
Delphi
property Caption: String read FCaption write SetCaption;
C++
__property System::UnicodeString Caption = {read=FCaption, write=SetCaption};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | published | Vcl.ListActns.pas Vcl.ListActns.hpp |
Vcl.ListActns | TListControlItem |
Description
Specifies the text value of the item.
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.