System.Actions.TContainedAction.SetCaption
Delphi
procedure SetCaption(const Value: string); virtual;
C++
virtual void __fastcall SetCaption(const System::UnicodeString Value);
Eigenschaften
| Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet | 
|---|---|---|---|---|
procedure function  | 
		protected | System.Actions.pas System.Actions.hpp  | 
        System.Actions | TContainedAction | 
Beschreibung
Setzt den in Value angegebenen Wert auf die Eigenschaft Caption der Aktion und gibt ihn an alle Clients der Aktion weiter.