Units documentation

rpsection.pas

Description

This unit implements TRpSection, this is the container for printable components, a subreport contains a collection of sections, a section (band) contains a collection of printable components.

Types

Name Description
TRpSectionType

Enumeration (rpsecpheader, rpsecgheader, rpsecdetail, rpsecgfooter, rpsecpfooter)

Section type, page header, group header, detail, group footer and page footer.

Components and classes

Name Base class Description
TRpSection TRpCommonComponent TRpSection implementation