| Class | Description | |
|---|---|---|
![]() | InternalDataSetException | The exception is fired when an error occurs in the internal dataset. |
![]() | OlapCubeException | The exception is raised when a cube definition error occurs |
![]() | TableAdapterInfo | |
![]() | TAfterReadDatabaseArgs | The set of arguments passed to the TOLAPCube.AfterReadDatabase event handler. |
![]() | TAfterReadFactTableArgs | The set of arguments passed to the TOLAPCube.AfterReadFactTable event handler. |
![]() | TAggregateArgs | Passed as a parameter in the TOLAPCube.OnAggregate event handler implementing an aggregation function to calculate measure values. |
![]() | TBeforeReadFactTableArgs | The set of arguments passed to the TOLAPCube.BeforeReadFactTable event handler. |
![]() | TCalculateFieldArgs | The class represents the set of arguments being passed into the TOLAPCube.OnCalculateField event handler. |
![]() | TCubeTablePosition | |
![]() | TCubeTablePositions | |
![]() | TDatabaseEventArgs | The set of arguments being passed into the event handlers having to do with the data schema. |
![]() | TDataColumn | TDataColumn type represents a column in a table's Columns collection. |
![]() | TDataColumnCollection | Represents a collection of TDataColumn objects for a table. |
![]() | TDataIndex | Represents an index in the table, which can be used for searching a particular row in the table. |
![]() | TDataIndexCollection | Maintains the collection of indexes available for the table. |
![]() | TDataRelation | TDataRelation class represents a relation between two tables in the data schema. |
![]() | TDataRelationCollection | The collection of relations between all tables included into the data schema. |
![]() | TDataRow | Represents a row (record) of data in a data table. |
![]() | TDataSet | Represents the disk cache of data from the database |
![]() | TDataTable | TDataTable class represents a single table in a data schema. |
![]() | TDataTableCollection | The collection of all tables included into the data schema. |
![]() | TDefineIndexArgs | The set of arguments being passed into the TOLAPCube.OnDefineIndex event handler. |
![]() | TOLAPCube | The component is a data source for TOLAPGrid designed for operating with a database directly instead of connecting to an OLAP Server. |
![]() | TOnReadFactTableArgs | The set of arguments passed to the TOLAPCube.OnReadFactTable event handler. |
![]() | TTableEventArgs | The set of arguments being passed into the event handlers having to do with the particular table in the data schema. |
| Delegate | Description | |
|---|---|---|
![]() | TAfterReadDatabaseEvent | Defines the delegate for the handlers of TOLAPCube.AfterReadDatabase event. |
![]() | TAfterReadFactTableEvent | Defines the delegate for TOLAPCube.AfterReadFactTable event handler. |
![]() | TAggregateEvent | Defines the delegate for the TOLAPCube.OnAggregate event handler. |
![]() | TBeforeReadFactTableEvent | Defines the delegate for TOLAPCube.BeforeReadFactTable event handler. |
![]() | TCalculateFieldEvent | The delegate for the TOLAPCube.OnCalculateField event. |
![]() | TDefineIndexEvent | The delegate for the TOLAPCube.OnDefineIndex event. |
![]() | TOnReadFactTableEvent | Defines the delegate for TOLAPCube.OnReadFactTable event handler. |

