FMX.Clipboard.IFMXExtendedClipboardService.GetText

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetText: string;

C++

virtual System::UnicodeString __fastcall GetText() = 0 ;

Properties

Type Visibility Source Unit Parent
function public
FMX.Clipboard.pas
FMX.Clipboard.hpp
FMX.Clipboard IFMXExtendedClipboardService

Description

Returns the text content of the system clipboard as a string.

If the content of the system clipboard is not in text format, GetText returns an empty string.

See Also