How get I full line text?
Posted: Tue Oct 08, 2019 1:04 pm
Hi all,
I try to get a line text in TRichviewEdit, there's a small problem.
a line is, Example...
This is a test line...
S := rve.GetItemText(0) -> result S) This is a test line...
And I Change TextStyle to BOLD(or Underline, etc...) at a word in a line, Example...
This is a test line...
S := rve.GetItemText(0) -> result S) This
and 'is a test line...' is Changed ItemNo = 1.
How get I full line text?
Thanks in advance!
I try to get a line text in TRichviewEdit, there's a small problem.
a line is, Example...
This is a test line...
S := rve.GetItemText(0) -> result S) This is a test line...
And I Change TextStyle to BOLD(or Underline, etc...) at a word in a line, Example...
This is a test line...
S := rve.GetItemText(0) -> result S) This
and 'is a test line...' is Changed ItemNo = 1.
How get I full line text?
Thanks in advance!