IDtUserProviderEx.Macro

Syntax

Macro: String;

Description

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

Comments

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

Example

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

See also:

IDtUserProviderEx