IDtError.Message

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.

Example

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

See also:

IDtError