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

TEditDelete

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

TEditDelete - standard action associated with the Edit Delete menu option

Declaration

Source position: stdactns.pas line 88

type TEditDelete = class(TEditAction)

public

  procedure ExecuteTarget(); override;

  

  procedure UpdateTarget(); override;

  

end;

Inheritance

TEditDelete

  

TEditDelete - standard action associated with the Edit Delete menu option

|

TEditAction

  

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

|

TAction

?

TObject