IDtObjectCreator.CreateDtObject

Syntax

CreateDtObject(ObjectType: DtObjectType): IDtObject;

Parameters

ObjectType. Data source or consumer type.

Description

The CreateDtObject method creates data source 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 source or consumer.

See also:

IDtObjectCreator