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

TEditDelete

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

Editing action used to remove the current selection in the specified control.

Declaration

Source position: stdactns.pas line 82

type TEditDelete = 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

TEditDelete

  

Editing action used to remove the current selection in 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

TEditDelete is a TEditAction descendant which removes the current selected text for 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