IDtError.Message

Fore Syntax

Message: String;

Fore.NET Syntax

Message: string;

Description

The Message property returns error text.

Comments

To get the number of the row, in which error occurred, use the IDtError.Row property.

Fore and Fore.NET Examples

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

See also:

IDtError