Vcl.Graphics.EInvalidGraphicOperation

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

System.SysUtils.ExceptionSystem.TObjectEInvalidGraphicOperation

Delphi

EInvalidGraphicOperation = class(Exception);

C++

class PASCALIMPLEMENTATION EInvalidGraphicOperation : public System::Sysutils::Exception

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
class public
Vcl.Graphics.pas
Vcl.Graphics.hpp
Vcl.Graphics Vcl.Graphics

Beschreibung

EInvalidGraphicOperation ist die Exception-Klasse für unerlaubte Operationen mit Grafiken.

EInvalidGraphicOperation wird ausgelöst, wenn an einer Grafik eine ungültige Operation versucht wird. Ein Beispiel wäre der Versuch, ein Symbol in der Größe zu verändern oder es in die Zwischenablage zu kopieren.

Siehe auch