The base class that provides table component functionality.
For a list of all members of this type, see TCustomEntityTable members.
TCustomEntityTable = class(TCustomEntityDataSet);
TCustomEntityTable is a base class that provides table component functionality.
Since TCustomEntityTable is the base class, it should not be used directly. Instead, TCustomEntityTable descendants such as TEntityTable have to be used.
TCustomEntityDataSet
TCustomEntityTable