<< Click to display table of contents >> TRVReportDataProvider.GetTableList |
Fills List with names of available database tables.
procedure GetTableList(List: TStrings); virtual;
TRVReportDataProvider.GetTableList simply clears List. Inherited classes may override this method to return a list of names of available tables.
See also: