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