FMX.Clipboard.IFMXExtendedClipboardService.GetImage

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetImage: TBitmapSurface;

C++

virtual Fmx::Surfaces::TBitmapSurface* __fastcall GetImage(void) = 0 ;

Properties

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

Description

Returns the image content of the system clipboard as a bitmap surface.

If the content of the system clipboard is not in image format, GetImage returns nil.

Platform Support

GetImage always returns nil on Android because the Android clipboard does not support images.

See Also