Unit 'ComCtrls' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#lcl]

TToolButtonActionLink

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

TToolButtonActionLink - links a ToolButton on the ToolBar to an Action on an ActionList.

Declaration

Source position: comctrls.pp line 2085

type TToolButtonActionLink = class(TControlActionLink)

protected

  procedure AssignClient(); override;

  

AssignClient calls inherited method then sets client as ToolButton.

  procedure SetChecked(); override;

  

SetChecked - stores the Checked status (True or False).

  procedure SetImageIndex(); override;

  

SetImageIndex - stores the index value of the associated image.

public

  function IsCheckedLinked; override;

  

  function IsImageIndexLinked; override;

  

end;

Inheritance

TToolButtonActionLink

  

TToolButtonActionLink - links a ToolButton on the ToolBar to an Action on an ActionList.

|

TControlActionLink

  

Links an Action to a control.

|

TActionLink

  

|

TObject



CT Web help

CodeTyphon Studio