IDtUserConsumerEx.Macro

Syntax

Macro: String;

Description

The Macro property determines the class name implementing custom algorithm of data receiving.

Comments

The class must be implemented from the IDtCustomConsumer interface and contain implementation of its properties and methods. The Macro property is used in combination with the Module property.

Example

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

See also:

IDtUserConsumerEx