IDtError.Row

Syntax

Row: Integer;

Description

The Row property returns number of the row in which error occurred.

Comments

Numeration of rows starts from zero. To get error text, use the IDtError.Message property.

Example

The method use is given in the example for IDtProvider.FilterIf.

See also:

IDtError