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