Vcl.StdCtrls.TButtonActionLink.IsCheckedLinked

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function IsCheckedLinked: Boolean; override;

C++

virtual bool __fastcall IsCheckedLinked();

Properties

Type Visibility Source Unit Parent
function protected
Vcl.StdCtrls.pas
Vcl.StdCtrls.hpp
Vcl.StdCtrls TButtonActionLink

Description

Indicates whether the checked state for the action and the client are linked.

IsCheckedLinked indicates whether the Checked property is linked to the appropriate client property. IsCheckedLinked returns true if the client requests that the action control this property, false otherwise.

See Also