TRVReportDataProvider.GetFieldList

<< Click to display table of contents >>

TRVReportDataProvider.GetFieldList

Fills List with names of fields for the given table.

procedure GetFieldList(const TableName: TRVUnicodeString;
  List: TStrings); virtual;

TRVReportDataProvider.GetFieldList simply clears List. Inherited classes may override this method to return a list of fields for the table TableName.

See also:

GetTableList