表示: Delphi C++
表示設定

Vcl.ListActns.TListControlItem.Caption

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

関連項目

以前のバージョン
他の言語