System.Actions.TContainedActionLink.SetCaption

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

Delphi

procedure SetCaption(const Value: string); virtual;

C++

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

プロパティ

種類 可視性 ソース ユニット
procedure
function
protected
System.Actions.pas
System.Actions.hpp
System.Actions TContainedActionLink


説明

アクション リンクのクライアントに対して、キャプションを設定するためのインターフェイスを導入します。

Value は、キャプションに設定する文字列を指定します。

Caption プロパティが変更されると、関連づけられているアクションは SetCaption を呼び出すので、アクション リンクは、新しい Caption の値をクライアント オブジェクトに伝播することができます。

TContainedActionLink での実装の通り、SetCaption は何も行いません。

下位クラスは SetCaption をオーバーライドし、クライアントの Caption プロパティを設定することができます(IsCaptionLinked メソッドが True を返す場合)。

関連項目