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

TEditPaste

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

TEditPaste - standard action associated with the Edit Paste menu option

Declaration

Source position: stdactns.pas line 64

type TEditPaste = class(TEditAction) end;

public

  procedure UpdateTarget(); override;

  

  procedure ExecuteTarget(); override;

  

Inheritance

TEditPaste

  

TEditPaste - standard action associated with the Edit Paste menu option

|

TEditAction

  

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

|

TAction

?

TObject