RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDBXContext.Error Method

Create error event.

Pascal
procedure Error(ErrorCode: TDBXErrorCode; ErrorMessage: WideString);
C++
__fastcall Error(TDBXErrorCode ErrorCode, BSTR ErrorMessage);

This method creates a TDBXErrorEvent error event. ErrorCode is one of the defined TDBXErrorCodes values and ErrorMessage is the appropriate error text. 

 

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