[Overview][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
TEditSelectAll - standard action associated with the Edit Select All menu option
Source position: stdactns.pas line 70
type TEditSelectAll = class(TEditAction) end; |
||
public |
||
procedure ExecuteTarget(); override; |
|
|
procedure UpdateTarget(); override; |
|
|
|
TEditSelectAll - standard action associated with the Edit Select All menu option |
|
| | ||
|
TEditAction - base class for actions associated with the various Edit menu options |
|
| | ||
|
TAction is the basic action object used on the LCL. |
|
| | ||
|
TCustomAction is the ancestor class for TAction |
|
| | ||
|
TContainedAction - parent class for TCustomAction; defines some properties especially relationships with parents |
|
| | ||
TBasicAction |
||
? | ||
TObject |
lazarus-ccr.sourceforge.net |