[Overview][Constants][Types][Classes][Procedures and functions][Variables][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 1025
type TButtonActionLink = class(TWinControlActionLink) |
||
protected |
||
|
||
procedure AssignClient(); override; |
|
|
function IsCheckedLinked; override; |
|
Is the action's Checked property linked to the client? |
procedure SetChecked(); override; |
|
SetChecked - writes Checked status of button to local variable |
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 |