IDtBulkPacket.ErrorMessage

Fore Syntax

ErrorMessage (RecNo: Integer): String;

Fore.NET Syntax

ErrorMessage (RecNo: System.Int32): string;

Parameters

RecNo  is a record index.

Description

The ErrorMessage property returns the error message text after the packet is inserted and the specified record is saved.

Fore andnbsp;Fore.NET Examples

The examples of use are given in the IDtBulkPacket.Data property.

See also:

IDtBulkPacket