FMX.Clipboard.IFMXExtendedClipboardService.SetImage

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetImage(const Value: TBitmapSurface);

C++

virtual void __fastcall SetImage(Fmx::Surfaces::TBitmapSurface* const Value) = 0 ;

Properties

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

Description

Fills the system clipboard with the specified bitmap surface.

Platform Support

SetImage raises an ENotImplemented exception on Android because the Android clipboard does not support images.

See Also