TLiteLoader allows to load external data into the database.
For a list of all members of this type, see TLiteLoader members.
TLiteLoader = class(TDALoader);
TLiteLoader allows to load external data into the SQLite database. To specify the name of the loading table set the TableName property. Use the Columns property to access individual columns. Write the OnGetColumnData or OnPutData event handler to read external data and pass it to the database. Call the Load method to start loading data.
TDALoader
TLiteLoader