[Overview][Constants][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
TToolButtonActionLink - links a ToolButton on the ToolBar to an Action on an ActionList
Source position: comctrls.pp line 1997
type TToolButtonActionLink = class(TControlActionLink) end; |
||
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; |
|
Is the action's Checked property linked to the client? |
function IsImageIndexLinked; override; |
|
Is the action's ImageIndex property linked to the client? |
|
TToolButtonActionLink - links a ToolButton on the ToolBar to an Action on an ActionList |
|
| | ||
|
Links an Action to a control. |
|
| | ||
|
A link between an action and a client class |
|
| | ||
TBasicActionLink |
||
? | ||
TObject |
lazarus-ccr.sourceforge.net |