RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
EDBClient.Create Constructor

Creates and initializes an instance of EDBClient.

Pascal
constructor Create(Message: string; ErrorCode: DBResult);
C++
__fastcall EDBClient(AnsiString Message, DBResult ErrorCode);

Create generates an EDBClient object. Message is the error message for the exception. ErrorCode is the error code returned from the data access mechanism that led to this exception. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!