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

TControlActionLink

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

TControlActionLink - links the current control to an action

Declaration

Source position: controls.pp line 698

type TControlActionLink = class(TActionLink)

protected

  FClient: TControl;

  

Identifies the client control that is to be linked to the action

  procedure AssignClient(); override;

  

  function IsCaptionLinked; override;

  

  function IsEnabledLinked; override;

  

  function IsHelpLinked; override;

  

  function IsHintLinked; override;

  

  function IsVisibleLinked; override;

  

  function IsOnExecuteLinked; override;

  

  function DoShowHint(); virtual;

  

  procedure SetCaption(); override;

  

  procedure SetEnabled(); override;

  

  procedure SetHint(); override;

  

  procedure SetHelpContext(); override;

  

  procedure SetHelpKeyword(); override;

  

  procedure SetHelpType(); override;

  

  procedure SetVisible(); override;

  

  procedure SetOnExecute(); override;

  

end;

Inheritance

TControlActionLink

  

TControlActionLink - links the current control to an action

|

TActionLink

?

TObject

Description

TControlActionLink - links the current control to an action

Defines a number of protected methods (inherited from TActionLink) for checking which parts of the control are linked to the action

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