Bde.DBTables.TDBError.Message

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Message: string read FMessage;

C++

__property System::UnicodeString Message = {read=FMessage};

Properties

Type Visibility Source Unit Parent
property public
Bde.DBTables.pas
Bde.DBTables.hpp
Bde.DBTables TDBError

Description

Specifies the text of the error 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).

See Also