FMX.Text.ITextActions.CutToClipboard
Delphi
procedure CutToClipboard;
C++
virtual void __fastcall CutToClipboard() = 0 ;
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| procedure function | public | FMX.Text.pas FMX.Text.hpp | FMX.Text | ITextActions | 
Description
Copies the current selection to the clipboard and then deletes it from the current position.
Implement CutToClipboard in order to cut the text to the clipboard.