Represents an open connection to a SQLite database.
For a list of all members of this type, see TLiteConnection members.
TLiteConnection = class(TCustomDAConnection);
The TLiteConnection component is used to maintain connection to the SQLite database. After setting the Database and EncryptionKey (if needed) properties, you can establish a connection to the database by calling Open or Connect methods or setting the Connected property to True. All components which are dedicated to perform data access, such as TLiteTable, TLiteQuery, TLiteSQL, must have their Connection property assigned with one of the TLiteConnection instances.
TCustomDAConnection
TLiteConnection