Vcl.Menus.TMenuActionLink.IsGroupIndexLinked

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function IsGroupIndexLinked: Boolean; override;

C++

virtual bool __fastcall IsGroupIndexLinked();

Properties

Type Visibility Source Unit Parent
function protected
Vcl.Menus.pas
Vcl.Menus.hpp
Vcl.Menus TMenuActionLink

Description

Retrieves whether the action controls the GroupIndex property of the client.

IsGroupIndexLinked is designed to retrieve whether the action, associated by the menu action link to the client (menu item), controls the GroupIndex property of the client.

As implemented in TMenuActionLink, IsGroupIndexLinked returns True if the client's RadioItem property is True and the action controls the GroupIndex property of the client. Otherwise, IsGroupIndexLinked returns False.

See Also