FireDAC.Stan.Error.TFDDBError.Message

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Message: String read FMessage write FMessage;

C++

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

Properties

Type Visibility Source Unit Parent
property public
FireDAC.Stan.Error.pas
FireDAC.Stan.Error.hpp
FireDAC.Stan.Error TFDDBError

Description

Returns an error, warning or message text.

Use the Message property to get an error, warning or message text, returned by a DBMS.

This text does not have the '[FireDAC]....' FireDAC prefix.

See Also