FMX.Clipboard.IFMXExtendedClipboardService.IsCustomFormatRegistered

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function IsCustomFormatRegistered(const AFormatName: string): Boolean;

C++

virtual bool __fastcall IsCustomFormatRegistered(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 specified custom format identifier is registered or False otherwise.

If AFormatName is an empty string, IsCustomFormatRegistered raises an EArgumentException exception with the following message:

AFormat parameter cannot be empty

See Also