Create Labels

XML Forms Guide

Version
R2024.1.1
Create Labels

Using the <Label> tag, you can create a text label to identify another form element such as a field.

Copy
<Label>
    <Style>IVLabel</Style>
    <Block>n</Block>
    <Row>n</Row>
    <Column>n</Column>
    <Caption>caption</Caption>
    <RowSpan>n</RowSpan>
    <ColumnSpan>n</ColumnSpan>
    <MarkAsRequired>True/False</MarkAsRequired>
</Label>