[Overview][Constants][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
TButtonActionLink - provides a link between a button and its corresponding action
Source position: stdctrls.pp line 1065
type TButtonActionLink = class(TWinControlActionLink) |
||
protected |
||
|
FClientButton - local variable showing the button to which this action applies |
|
procedure AssignClient(); override; |
|
AssignClient calls inherited method then sets up client as a ButtonControl |
procedure SetChecked(); override; |
|
SetChecked - writes Checked status of button to local variable |
public |
||
function IsCheckedLinked; override; |
|
Is the action's Checked property linked to the client? |
end; |
|
TButtonActionLink - provides a link between a button and its corresponding action |
|
| | ||
TWinControlActionLink |
||
? | ||
TObject |
TButtonActionLink - provides a link between a button and its corresponding action
This class provides very few properties of its own, but inherits a lot from its ancestors, TWinControlActionLink, TControlActionLink, TActionLink and TBasicActionLink
lazarus-ccr.sourceforge.net |