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

TEditPaste

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

Editing action used to paste values from the clipboard into the specified control.

Declaration

Source position: stdactns.pas line 64

type TEditPaste = class(TEditAction)

public

  procedure UpdateTarget(); override;

  

Updates the enabled state for the action.

  procedure ExecuteTarget(); override;

  

Executes the action for the specified target control.

end;

Inheritance

TEditPaste

  

Editing action used to paste values from the clipboard into the specified control.

|

TEditAction

  

The base class for standard editing actions applied to an edit control.

|

TAction

  

TAction is the basic action object used in the LCL.

|

TCustomAction

  

TCustomAction is the ancestor class for TAction.

|

TContainedAction

  

Implements an Action class which has a category and parent action list.

|

TBasicAction

|

TComponent,IUnknown,IInterfaceComponentReference

|

TPersistent,IFPObserved

|

TObject

Description

TEditPaste is a TEditAction descendant which copies the contents of the clipboard editing action into the specified TCustomEdit control. It re-implements the UpdateTarget and ExecuteTarget methods to use the TCustomEdit type for the affected control.

See also

TEditAction

  

The base class for standard editing actions applied to an edit control.

TCustomEdit

  

The base class for controls presenting editable text.


Version 3.2 Generated 2024-02-25 Home