Band Component
TQRDBText. Equivalent of a TDBText control -
use it to display the contents of a linked database field. Unlike
ordinary data-aware controls, but in common with all QuickReport
controls, TQRDBText uses a DataSet property to specify its source
of data. Normal data-aware controls use a DataSource property, which
requires you to supply an extra TDataSource component to ‘wire’
controls to a dataset. QuickReport controls have no such requirement.
|