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

TEditUndo

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

TEditUndo - standard action associated with the Edit Undo menu option

Declaration

Source position: stdactns.pas line 76

type TEditUndo = class(TEditAction) end;

public

  procedure ExecuteTarget(); override;

  

  procedure UpdateTarget(); override;

  

Inheritance

TEditUndo

  

TEditUndo - standard action associated with the Edit Undo menu option

|

TEditAction

  

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

|

TAction

?

TObject