[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) |
||
public |
||
procedure ExecuteTarget(); override; |
|
|
procedure UpdateTarget(); override; |
|
|
end; |
|
TEditSelectAll - standard action associated with the Edit Select All menu option |
|
| | ||
|
TEditAction - base class for actions associated with the various Edit menu options |
|
| | ||
TAction |
||
? | ||
TObject |