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