[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
TControlActionLink - links the current control to an action
Source position: controls.pp line 698
type TControlActionLink = class(TActionLink) |
||
protected |
||
|
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; |
|
TControlActionLink - links the current control to an action |
|
| | ||
TActionLink |
||
? | ||
TObject |
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
lazarus-ccr.sourceforge.net |