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

TEditCut

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

Editing action used to cut the selected value in a control to the clipboard.

Declaration

Source position: stdactns.pas line 50

type TEditCut = class(TEditAction)

public

  procedure ExecuteTarget(); override;

  

Executes the action for the specified target control.

  procedure UpdateTarget(); override;

  

Updates the enabled state for the action.

end;

Inheritance

TEditCut

  

Editing action used to cut the selected value in a control to the clipboard.

|

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

TEditCut is a TEditAction descendant which performs a cut to clipboard editing action for a 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