FMX.Platform.IFMXClipboardService.SetClipboard

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetClipboard(Value: TValue);

C++

virtual void __fastcall SetClipboard(const System::Rtti::TValue &Value) = 0 ;

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