FMX.Platform.IFMXClipboardService.GetClipboard

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetClipboard: TValue;

C++

virtual System::Rtti::TValue __fastcall GetClipboard() = 0 ;

Properties

Type Visibility Source Unit Parent
function public
FMX.Platform.pas
FMX.Platform.hpp
FMX.Platform IFMXClipboardService

Description

In descendants, GetClipboard implements functionality to return the data from the system clipboard.

See Also

Samples