System.SysUtils.EInvalidInsert

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

System.SysUtils.ExceptionSystem.TObjectEInvalidInsert

Delphi

EInvalidInsert = class(Exception);

C++

class PASCALIMPLEMENTATION EInvalidInsert : public Exception

Eigenschaften

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

Beschreibung

Gibt eine ungültige Einfüge-Operation an.

Mit EInvalidInsert können Sie eine ungültige Einfüge-Operation angeben.

Siehe auch