IDtError.Row

Fore syntax

Row: Integer;

Fore.NET 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.

Fore and Fore.NET examples

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

See also:

IDtError