FMX.ActnList.TActionLink.GroupIndexLinked

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

Delphi

property GroupIndexLinked: Boolean read IsGroupIndexLinked;

C++

__property bool GroupIndexLinked = {read=IsGroupIndexLinked, nodefault};

プロパティ

種類 可視性 ソース ユニット
property public
FMX.ActnList.pas
FMX.ActnList.hpp
FMX.ActnList TActionLink


説明

アクション リンクに割り当てられているアクションの GroupIndex プロパティの値が、アクション リンクのクライアントの GroupIndex プロパティに伝播されるべきかを決定します。

GroupIndexLinked は、次の動作を提供します:

つまり、TCustomViewAction 型アクションの GroupIndex プロパティの値は、アクション リンクのクライアントの GroupIndex プロパティには、伝播されないことを意味します。
つまり、リンクされたアクションの GroupIndex プロパティの値は、アクション リンクのクライアントの GroupIndex プロパティには伝播されることを意味します。

isc_portable_integer() の詳細については、IsGroupIndexLinkedを参照してください。

関連項目