FireDAC.Comp.DataSet.TFDDataSet.RowError

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property RowError: EFDException read GetRowError;

C++

__property Firedac::Stan::Error::EFDException* RowError = {read=GetRowError};

Properties

Type Visibility Source Unit Parent
property public
FireDAC.Comp.DataSet.pas
FireDAC.Comp.DataSet.hpp
FireDAC.Comp.DataSet TFDDataSet

Description

Returns an exception object associated with the current dataset record.

Use the RowError property to get an exception object associated with the current dataset record. If the record does not have an error, the value is nil. This property is useful when CachedUpdates is set to True. It can be used with FilterChanges and rtHasErrors.

See Also