System.Actions.TContainedAction.Caption
Delphi
property Caption: string read FCaption write SetCaption;
C++
__property System::UnicodeString Caption = {read=FCaption, write=SetCaption};
Eigenschaften
Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet |
---|---|---|---|---|
property | public | System.Actions.pas System.Actions.hpp |
System.Actions | TContainedAction |
Beschreibung
Repräsentiert die Beschriftung der Aktion.
Caption enthält den String, der als Beschriftung der Aktion verwendet wird, wenn diese gesetzt ist. Der Wert von Caption wird an die Clients der Aktion weitergegeben.