Vcl.ListActns.TListControlItem.Caption

From RAD Studio API Documentation
Jump to: navigation, search

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.

See Also