Vcl.Menus.TMenuActionLink.IsCaptionLinked

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function IsCaptionLinked: Boolean; override;

C++

virtual bool __fastcall IsCaptionLinked();

Properties

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

Description

Retrieves whether the action, associated by the menu action link to the client, controls the Сaption property of the client.

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

IsCaptionLinked returns True if the action controls this property of the client, and False otherwise.

See Also