FMX.Platform.IFMXClipboardService.SetClipboard
Delphi
procedure SetClipboard(Value: TValue);
C++
virtual void __fastcall SetClipboard(const System::Rtti::TValue &Value) = 0 ;
Contents
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
public | FMX.Platform.pas FMX.Platform.hpp |
FMX.Platform | IFMXClipboardService |
Description
In descendants, SetClipboard implements functionality to put the given Value
into the system clipboard.
See Also
Samples
- FireMonkey Copy Paste sample