Vcl.Menus.TMenuActionLink.IsHintLinked

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function IsHintLinked: Boolean; override;

C++

virtual bool __fastcall IsHintLinked();

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 Hint property of the client.

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

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

See Also