Create Rich Text Controls with Binding Fields

XML Forms Guide

Version
R2024.1.1
Create Rich Text Controls with Binding Fields

Rich text controls can be bound to any class property.

The <RichTextControlWithBinding> field supports the following XML tags:

  • <Caption>
  • <Row>
  • <Binding property>
  • <IsReadOnly>

For more information about each tag, see Appendix: Supported XML Tags.

Example Use

Copy
<RichTextControlWithBinding>
    <Caption>lblComment</Caption>
<    BindingProperty>data_class</BindingProperty>
    <IsReadOnly>False</IsReadOnly>
</RichTextControlWithBinding>