IDtCustomConsumer.Put

Fore Syntax

Put(Values: Array);

Fore.NET Syntax

Put(Values: System.Array);

Parameters

Values. Two-dimensional values array, that has to be loaded into the data consumer.

Description

The Put method loads values array into the data consumer.

Comments

To load one data row, use the IDtCustomConsumer.PutRow method.

Fore and Fore.NET Examples

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

See also:

IDtCustomConsumer