IDtObjectCreator.CreateDtObject

Syntax

CreateDtObject(ObjectType: DtObjectType): IDtObject;

Parameters

ObjectType. Data provider or data consumer type.

Description

The CreateDtObject method creates a data provider or data consumer of the specified type.

Comments

Executing the method is similar to calling the Create constructor for the class that implements required data provider or data consumer.

See also:

IDtObjectCreator