IDtCustomConsumer.Put

Syntax

Put(Values: Array);

Parameters

Values. Two-dimensional values array that should be loaded to the data consumer.

Description

The Put method loads values array to the data consumer.

Comments

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

Example

The example of use is given in description of the IDtUserConsumerEx.Module property.

See also:

IDtCustomConsumer