[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

?

TObject