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

TEditAction

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

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

Declaration

Source position: stdactns.pas line 41

type TEditAction = class(TAction)

protected

  procedure Notification(); override;

  

public

  destructor Destroy; override;

  

  function HandlesTarget(); override;

  

  property Control: TCustomEdit; [rw]

  

The Edit Control associated with this action

end;

Inheritance

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.