FMX.Clipboard.IFMXExtendedClipboardService.HasImage
Delphi
function HasImage: Boolean;
C++
virtual bool __fastcall HasImage() = 0 ;
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| function | public | FMX.Clipboard.pas FMX.Clipboard.hpp |
FMX.Clipboard | IFMXExtendedClipboardService |
Description
Returns True if the system clipboard contains data stored in image format or False otherwise.
Platform Support
HasImage always returns False on Android because the Android clipboard does not support images.