FMX.ActnList.TActionLink.GroupIndexLinked

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property GroupIndexLinked: Boolean read IsGroupIndexLinked;

C++

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

Properties

Type Visibility Source Unit Parent
property public
FMX.ActnList.pas
FMX.ActnList.hpp
FMX.ActnList TActionLink

Description

Determines whether a value of the GroupIndex property of the action assigned to the action link should be distributed to the GroupIndex property of the client of the action link.

GroupIndexLinked provides the following behavior:

This means that a value of the GroupIndex property of TCustomViewAction type actions is not distributed to the GroupIndex property of a client of the action link.
  • If the client does not support the GroupIndex property.
This means that a value of the GroupIndex property of a linked action is distributed to the GroupIndex properties of a client of the action link.

For more information, see IsGroupIndexLinked.

See Also