FMX.ActnList.TActionLink.CaptionLinked
Delphi
property CaptionLinked: Boolean read IsCaptionLinked;
C++
__property bool CaptionLinked = {read=IsCaptionLinked, nodefault};
Eigenschaften
| Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet |
|---|---|---|---|---|
| property | public | FMX.ActnList.pas FMX.ActnList.hpp |
FMX.ActnList | TActionLink |
Beschreibung
Ermittelt, ob ein Wert der Eigenschaft Caption der der Aktionsverknüpfung zugeordneten Aktion an die Eigenschaft Caption des Clients der Aktionsverknüpfung weitergegeben werden sollte.
Gemäß der Implementierung in TActionLink gibt CaptionLinked True zurück, wenn sowohl eine zugeordnete Aktion als auch ein verknüpfter Client Caption unterstützen.