Forum Discussion

hn_2015's avatar
hn_2015
Occasional Contributor
9 years ago
Solved

Display test status on a User Form

Is there a way to display multiple text lines on a User Form.  I don't see any User Form component supporting this.  Please confirm.  Thanks.

  • hn_2015's avatar
    hn_2015
    9 years ago

    I didnot need to get the string value already displayed in cxMemo.  I need to display a string to the cxMemo.

    Anyway, I found the function that I need Lines.Insert (position, string).

6 Replies

  • HKosova's avatar
    HKosova
    SmartBear Alumni (Retired)

    TcxMemo can display multiple lines of text.

    • hn_2015's avatar
      hn_2015
      Occasional Contributor

      Helen,

      I'm writing a python procedure to display some text to a User Form.  I did look into TcxMemo but didn't see any property allowing me to do this.  Could you point out which property or any scheme to do this.  Thanks

      • dmiscannon's avatar
        dmiscannon
        Frequent Contributor

        The Lines property returns the TStrings which contains the list of strings displayed by the component. So use the Lines property of the tcxMemo object.