FireDAC.Comp.DataSet.TFDDataSet.RowError

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: public
Source:
FireDAC.Comp.DataSet.pas
FireDAC.Comp.DataSet.hpp
Unit: FireDAC.Comp.DataSet
Parent: TFDDataSet

Delphi

property RowError: EFDException read GetRowError;

C++

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

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