FMX.ActnList.TActionLink.CaptionLinked

提供: RAD Studio API Documentation
移動先: 案内検索

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 を返します。

関連項目