FireDAC.Stan.Error.TFDDBError.Level

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Level: Integer read FLevel write FLevel;

C++

__property int Level = {read=FLevel, write=FLevel, nodefault};

Properties

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

Description

The number of a TFDDBError item.

Use the Level property to get a number of a TFDDBError item among other items in the Errors collection.

See Also