Vcl.ComCtrls.TListItem.Caption

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

property Caption: string read GetCaption write SetCaption;

C++

__property System::UnicodeString Caption = {read=GetCaption, write=SetCaption};

プロパティ

種類 可視性 ソース ユニット
property public
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TListItem

説明

リストの項目のラベルになるテキストを指定します。

Caption プロパティを使用すると,リスト項目に名前を付けることができます。Caption はリストビューの ViewStyle プロパティに基づく関連付けられているイメージとともに表示されます。

リストビューの ReadOnly プロパティが false の場合,ユーザーはキャプションを編集できます。

関連項目