FMX.Clipboard.EClipboardFormatNotRegistered

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

FMX.Clipboard.EClipboardErrorSystem.SysUtils.ExceptionSystem.TObjectEClipboardFormatNotRegistered

Delphi

EClipboardFormatNotRegistered = class(EClipboardError);

C++

class PASCALIMPLEMENTATION EClipboardFormatNotRegistered : public EClipboardError

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
class public
FMX.Clipboard.pas
FMX.Clipboard.hpp
FMX.Clipboard FMX.Clipboard


Beschreibung

Exception, die ausgelöst wird, wenn Sie versuchen, einen benutzerdefinierten Formatbezeichner zu verwenden, der nicht registriert ist.

Siehe auch