Class pointer for TDatabase.
Source position: db.pas line 2272
type TDatabaseClass = class of TDataBase; |
TDatabaseClass is the class pointer for the TDatabase class.
|
Base class for connecting a FreePascal application to an external Database engine. |