Band Component

TQRChildBand. Use TQRChildBand objects when you need to extend an existing band. For example, suppose you have placed some TQRMemo components in a band, and wish to add, say, a TQRLabel, which should always appear below. Since TQRMemo objects can expand themselves according to their contents, it is not sufficient to arrange the label within the band. Instead add in a TQRChildBand object, and put your label on that. The easiest way to add a child band, by the way, is to double-click the HasChild property of its parent in the Object Inspector.