A base component for defining functionality for classes derived from it.
For a list of all members of this type, see TCustomUniDataSet members.
TCustomUniDataSet = class(TCustomDADataSet);
TCustomUniDataSet is a base dataset component that defines functionality for classes derived from it. Applications should never use TCustomUniDataSet objects directly. Instead of TCustomUniDataSet, they should use TCustomUniDataSet descendants, such as TUniQuery and TUniTable, which inherit its dataset-related properties and methods.
TMemDataSet
TCustomDADataSet
TCustomUniDataSet