CreateDtObject(ObjectType: DtObjectType): IDtObject;
ObjectType. Data source or consumer type.
The CreateDtObject method creates data source or data consumer of the specified type.
Executing the method is similar to calling the Create constructor for the class that implements required data source or consumer.
See also: