Create Panels

XML Forms Guide

Version
R2024.1.1
Create Panels

A panel is a title band that extends across all columns in the block.

Sample of a panel on a form.

You can create a panel using the <Panel> tag.

Copy
<Panel>
    <Style>IVPanel</Style>
    <Caption>caption</Caption>
    <Row>n</Row>
</Panel>