Bde.DBTables.TDBError.Message

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: public
Source:
Bde.DBTables.pas
Bde.DBTables.hpp
Unit: Bde.DBTables
Parent: TDBError

Delphi

property Message: string read FMessage;

C++

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

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