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

TEditCut

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

TEditCut- standard action associated with the Edit Cut menu option

Declaration

Source position: stdactns.pas line 56

type TEditCut = class(TEditAction)

public

  procedure ExecuteTarget(); override;

  

  procedure UpdateTarget(); override;

end;

Inheritance

TEditCut

  

TEditCut- standard action associated with the Edit Cut menu option

|

TEditAction

  

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

|

TAction

?

TObject