The base class that provides the data providers functionality.
For a list of all members of this type, see TDataProvider members.
TDataProvider = class(TComponent);
TDataProvider class provides functionality to manage data providers.
Since TDataProvider is the base class, it should not be used directly. Instead, TDataProvider descendants such as TUniDACDataProvider have to be used.