FMX.ActnList.TActionLink.CaptionLinked
Delphi
property CaptionLinked: Boolean read IsCaptionLinked;
C++
__property bool CaptionLinked = {read=IsCaptionLinked, nodefault};
プロパティ
| 種類 | 可視性 | ソース | ユニット | 親 |
|---|---|---|---|---|
| property | public | FMX.ActnList.pas FMX.ActnList.hpp |
FMX.ActnList | TActionLink |
説明
アクション リンクに割り当てられているアクションの Caption プロパティの値が、アクション リンクのクライアントの Caption プロパティに伝播されるべきかを決定します。
TActionLink での実装と同様、CaptionLinked は、関連付けられたアクションとリンクづけられたクライアントの両方がキャプションをサポートしている場合に、True を返します。