System.Actions.TContainedAction.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 TContainedAction

説明

アクションの Caption プロパティを指定された Value に設定し、その Value をアクションのすべてのクライアントに伝播します。


関連項目