Vcl.ComCtrls.TComboExItem.SetCaption

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

Delphi

procedure SetCaption(const Value: String); override;

C++

virtual void __fastcall SetCaption(const System::UnicodeString Value);

プロパティ

種類 可視性 ソース ユニット
procedure
function
protected
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TComboExItem

説明

Caption プロパティの値を設定します。

Vcl.ComCtrls.TComboExItem.SetCaption は Vcl.ListActns.TListControlItem.SetCaption を継承しています。以下の内容はすべて Vcl.ListActns.TListControlItem.SetCaption を参照しています。

Caption プロパティの値を設定します。

SetCaption メソッドは,Caption プロパティの,書き込み専用のプロテクトメソッドです。SetCaption は Caption プロパティを Value に設定してから,Changed メソッドを呼び出してコレクションがそれ自体を更新できるようにします。

関連項目