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

TButtonActionLink

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

Links a button control to a basic action.

Declaration

Source position: stdctrls.pp line 1199

type TButtonActionLink = class(TWinControlActionLink)

protected

  FClientButton: TButtonControl;

  

The button control for the action link.

  procedure AssignClient(); override;

  

Assigns the button control for the action link.

  procedure SetChecked(); override;

  

Sets the value in the Checked property for the linked button.

public

  function IsCheckedLinked; override;

  

end;

Inheritance

TButtonActionLink

  

Links a button control to a basic action.

|

TControlActionLink

  

Links an Action to a control.

|

TObject

Description

TButtonActionLink is a TWinControlActionLink descendant which links a TButtonControl to a TBasicAction component.

See also

TWinControlActionLink

  

Alias for the TControlActionLink type.

TBasicAction



CT Web help

CodeTyphon Studio