Vcl.ListActns.TListControlItem.Caption

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

Delphi

property Caption: String read FCaption write SetCaption;

C++

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

プロパティ

種類 可視性 ソース ユニット
property published
Vcl.ListActns.pas
Vcl.ListActns.hpp
Vcl.ListActns TListControlItem

説明

項目のテキスト値を指定します。

Caption プロパティを設定すると,項目にテキスト値を提供できます。この値は,リストボックスまたはコンボボックスで表示されるか,またはリストビューコントロールで項目のラベルとして表示されます。

関連項目