Many LiteDAC classes are inherited from standard VCL/LCL classes. The inheritance hierarchy chart for LiteDAC is shown below. The LiteDAC classes are represented by hyperlinks that point to their description in this documentation. A description of the standard classes can be found in the documentation of your IDE.
TObject
|—TPersistent
|—TComponent
|—TCustomConnection
| |—TLiteConnection
|—TDataSet
| |—TMemDataSet
| |—TCustomDADataSet
| | |—TCustomLiteDataSet
| | |—TLiteQuery
| | |—TCustomLiteTable
| | |—TLiteTable
| |—TDAMetaData
| |—TLiteMetaData
| |—TVirtualTable
|—TDataSource
| |—TCRDataSource
| |—TLiteDataSource
| |—TLiteSQL
| |—TLiteSQLMonitor
| |—TLiteLoader
| |—TLiteScript
|—TDADump
| |—TLiteDump