Vcl.ComCtrls.TToolButtonActionLink.IsImageIndexLinked

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function IsImageIndexLinked: Boolean; override;

C++

virtual bool __fastcall IsImageIndexLinked();

Properties

Type Visibility Source Unit Parent
function protected
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TToolButtonActionLink

Description

Indicates whether the image index for the action and the client are linked.

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

See Also