System.SysUtils.ENotImplemented

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

System.SysUtils.ExceptionSystem.TObjectENotImplemented

Delphi

ENotImplemented = class(Exception);

C++

class PASCALIMPLEMENTATION ENotImplemented : public Exception

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
class public
System.SysUtils.pas
System.SysUtils.hpp
System.SysUtils System.SysUtils

Beschreibung

Diese Exception gibt an, dass eine Operation nicht implementiert ist.

Sie können ENotImplemented verwenden, wenn Sie einen Ausführungspfad nicht implementiert haben.

Siehe auch