IDtCustomConsumer.Clear

Fore Syntax

Clear;

Fore.NET Syntax

Clear();

Description

The Clear method clears data consumer.

Comments

To load data into the empty provider, use the IDtCustomConsumer.Put and IDtCustomConsumer.PutRow methods.

Fore and Fore.NET Examples

The method use is given in the example for IDtUserConsumerEx.CustomConsumer.

See also:

IDtCustomConsumer