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

Description

Retrieves whether the caption for the action and the client are linked.

IsCaptionLinked retrieves whether the action, associated by the control action link to the client (control), controls the Сaption property of the control action link's client.

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

See Also