RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDBXError.ErrorCodeToString Method

Convert known error codes to String.

Pascal
class function ErrorCodeToString(ErrorCode: TDBXErrorCode): UnicodeString; static;
C++
static __fastcall UnicodeString ErrorCodeToString(TDBXErrorCode ErrorCode);

ErrorCodeToString converts known error codes in TDBXErrorCode to a String

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!