Data.DBXCommon.TDBXValueType.InvalidTypeAccess

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

class procedure InvalidTypeAccess(ExpectedDataType, DataType: TDBXType); static;

C++

static void __fastcall InvalidTypeAccess(int ExpectedDataType, int DataType);

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
procedure
function
public
Data.DBXCommon.pas
Data.DBXCommon.hpp
Data.DBXCommon TDBXValueType

Beschreibung

Löst die TDBXError-Exception InvalidType aus.

InvalidTypeAccess löst die TDBXError-Exception InvalidType aus.

Siehe auch