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

TEditDelete.ExecuteTarget

Executes the action for the specified target control.

Declaration

Source position: stdactns.pas line 84

public procedure TEditDelete.ExecuteTarget(

  Target: TObject

); override;

Arguments

Target

  

Object instance where the editing action is applied.

Description

ExecuteTarget is an overridden method used to execute the editing action for the specified target control. It re-implements the method introduced in the ancestor class.

Target is the object instance where the editing action is applied. It is cast to a TCustomEdit type, and its ClearSelection method is called to perform the editing action.

See also

TCustomEdit.ClearSelection

  

Clears the current text selection in the edit control.

TBasicAction.ExecuteTarget

The latest version of this document can be found at lazarus-ccr.sourceforge.net.