Create Simple Comment Controls

XML Forms Guide

Version
R2025.2.1
ft:lastEdition
2025-12-01
Create Simple Comment Controls

Simple comment controls enable users to input text of any class, without being restricted by the existing comment control.

The <SimpleComment> field supports the following configuration XML tags. For more information on each of the individual tags, see Appendix: Supported XML Tags.

  • <Caption>
  • <Row>
  • <BindingProperty>
  • <IsReadOnly>

Example Use

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