Hauptmenü öffnen

RAD Studio API Documentation β

Data.DBXCommon.TDBXError.ErrorCodeToString

Delphi

class function ErrorCodeToString(ErrorCode: TDBXErrorCode): string; static;

C++

static System::UnicodeString __fastcall ErrorCodeToString(TDBXErrorCode ErrorCode);

Eigenschaften

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

Beschreibung

Konvertiert bekannte Fehlercodes in Strings.

ErrorCodeToString konvertiert bekannte Fehlercodes in in TDBXErrorCode in einen String.

Siehe auch