A base class that defines functionality for descendant classes which access data in a single table without writing SQL statements.
For a list of all members of this type, see TCustomPgTable members.
TCustomPgTable = class(TCustomPgDataSet);
TCustomPgTable implements functionality to access data in a table. Use TCustomPgTable properties and methods to gain direct access to records and fields in an underlying server database without writing SQL statements.
TMemDataSet
TCustomDADataSet
TCustomPgDataSet
TCustomPgTable