text_part

: text_part


Display multiple segments of text.     DCL Text Tile


This text tile is used together with the concatenation and paragraph tiles to display several segments of text.

Valid Attribute

: text_part {

          label = "string";

}

Example

: concatenation {

          text_part {label = "This";}

          text_part {label = " is";}

          text_part {label = " text.";}

}     

Related DCL Tiles

concatenation

paragraph

text

Tell me about...

Programming Overview of DCL (Dialog Control Language)

About Predefined Attributes