Section heads are useful to separate sections of long forms with a prominent label. The <SectionHead> element displays a new section heading defined by the value of the title (prompt) property. It is an extension of the Label class that sets the font property to a style that results in large bold text. It also sets the pad property to zero to eliminate the default two-space padding.
<Field>
<Display class=’SectionHead’>
<Property name=’title’ value =’Calculated Fields’/>
</Display>
</Field>