RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDBError.Message Property

Specifies the text of the error message.

Pascal
property Message: string;
C++
__property AnsiString Message;

Message contains the remote server message for native (server) errors or the BDE message associated with ErrorCode for non-server errors. To determine which type of message is contained in the Message property, inspect the NativeError property. A zero value there indicates a message provided by the BDE. A nonzero value indicates a message provided by the database system (server). 

 

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