[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'StdCtrls' (#lcl)

TButtonActionLink

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

Links an button to an action.

Declaration

Source position: stdctrls.pp line 1138

type TButtonActionLink = class(TWinControlActionLink) end;

protected

  FClientButton: TButtonControl;

  

The button to which this action applies.

  procedure AssignClient(); override;

  

Installs the client button.

  procedure SetChecked(); override;

  

Sets the Checked property of the linked button.

public

  function IsCheckedLinked; override;

  

Is the action's Checked property linked to the client?

Inheritance

TButtonActionLink

  

Links an button to an action.

|

TWinControlActionLink

?

TObject

The latest version of this document can be found at lazarus-ccr.sourceforge.net.