IDatasetBatchUpdate.Failed

Syntax

Failed(RecNo: Integer): Boolean;

Parameters

RecNo. Clipboard record number.

Description

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

Comments

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