FMX.Clipboard.IFMXExtendedClipboardService.HasCustomFormat
Delphi
function HasCustomFormat(const AFormatName: string): Boolean;
C++
virtual bool __fastcall HasCustomFormat(const System::UnicodeString AFormatName) = 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 the specified custom format or False otherwise.
Exceptions
GetCustomFormat may raise one of the following exceptions:
| Exception | Message | Scenarios | 
|---|---|---|
| < | 
 | |
| JClipboardManager does not support custom data | 
 |