IDatasetBatchUpdate.Failed

Syntax

Failed(RecNo: Integer): Boolean;

Parameters

RecNo is a record number in the clipboard.

Description

The Failed property returns whether record in a data source is updated after updating application.

If the property returns False, update of the specified record was successful, if value is True, there were some errors and update was not applied to the record.

See also:

IDatasetBatchUpdate