IDtMetabaseConsumer.CatchAddRecordException

Fore Syntax

CatchAddRecordException: Boolean;

Fore.NET Syntax

CatchAddRecordException: Boolean;

Description

The CatchAddRecordException property determines behavior if the error occurs on adding the record to clipboard.

Comments

The property is set to False by default.

If the property is set to True, operation continues.

If the property is set to False, operation is stopped.

Fore and Fore.NET Examples

The examples of use are given in the IDtMetabaseConsumer.Dataset property.

See also:

IDtMetabaseConsumer