Vcl.ComCtrls.TListItem.Caption
Delphi
property Caption: string read FCaption write SetCaption;
C++
__property System::UnicodeString Caption = {read=FCaption, write=SetCaption};
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
property | public | Vcl.ComCtrls.pas Vcl.ComCtrls.hpp |
Vcl.ComCtrls | TListItem |
説明
リストの項目のラベルになるテキストを指定します。
Caption プロパティを使用すると,リスト項目に名前を付けることができます。Caption はリストビューの ViewStyle プロパティに基づく関連付けられているイメージとともに表示されます。
リストビューの ReadOnly プロパティが false の場合,ユーザーはキャプションを編集できます。