Vcl.Controls.TControlActionLink.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.Controls.pas
Vcl.Controls.hpp
Vcl.Controls TControlActionLink

Description

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

IsHintLinked retrieves whether the action, associated by the control action link to the client (control), controls the Hint property of the control action link's client.

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

See Also