[Overview][Types][Classes][Procedures and functions][Index] Reference for unit 'StdActns' (#lcl)

TEditSelectAll

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

TEditSelectAll - standard action associated with the Edit Select All menu option

Declaration

Source position: stdactns.pas line 76

type TEditSelectAll = class(TEditAction)

public

  procedure ExecuteTarget(); override;

  

  procedure UpdateTarget(); override;

  

end;

Inheritance

TEditSelectAll

  

TEditSelectAll - standard action associated with the Edit Select All menu option

|

TEditAction

  

TEditAction - base class for actions associated with the various Edit menu options

|

TAction

  

TAction is the basic action object used on the LCL.

|

TCustomAction

  

TCustomAction is the ancestor class for TAction

|

TContainedAction

  

TContainedAction - parent class for TCustomAction; defines some properties especially relationships with parents

|

TBasicAction

|

TComponent,IUnknown,IInterfaceComponentReference

|

TPersistent

|

TObject

The latest version of this document can be found at lazarus-ccr.sourceforge.net.