[Overview][Types][Classes][Procedures and functions][Index] |
Executes the action for the specified target control.
Source position: stdactns.pas line 52
public procedure TEditCut.ExecuteTarget( |
Target: TObject |
); override; |
Target |
|
Object where the editing action is applied. |
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 CutToClipboard method is called to perform the editing action.
|
Moves the selected text into the clipboard (removes it from the control). |
|
Version 4.0 | Generated 2025-05-03 | Home |