FireDAC.Stan.Error.EFDDBEngineException.Kind

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Kind: TFDCommandExceptionKind read GetKind;

C++

__property TFDCommandExceptionKind Kind = {read=GetKind, nodefault};

Properties

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

Description

Returns a DBMS-independent error kind.

Use the Kind property to read a DBMS-independent error kind.

This property returns the value of the Kind property of the first item in the Errors collection.

See Also