A component for controlling nested table data.
For a list of all members of this type, see TOraNestedTable members.
TOraNestedTable = class(TMemDataSet);
Nested table is a dataset component that encapsulates a database table that is nested as a field within another table. Use TOraNestedTable to access data contained in a nested dataset. A nested table provides much of the functionality of a table component, with the difference that the data it accesses is stored in a nested table.
TOraNestedTable is derived from the TMemDataSet component.
TMemDataSet
TOraNestedTable