API:Vcl.ExtActns.TBrowseURL.Caption
Delphi
property Caption: string read FCaption write SetCaption default 0;
C++
__property Caption = {default=0};
Eigenschaften
Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet |
---|---|---|---|---|
property | published | Vcl.ExtActns.pas Vcl.ExtActns.hpp |
Vcl.ExtActns | TBrowseURL |
Beschreibung
Repräsentiert die Beschriftung der Aktion.
Vcl.ExtActns.TBrowseURL.Caption erbt von System.Actions.TContainedAction.Caption. Der folgende Inhalt bezieht sich auf System.Actions.TContainedAction.Caption.
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.