Hallo,
how become all chars in one string?
best wishes, Frank
Function at same as "Memo.Text" ?
-
- Posts: 14
- Joined: Fri Jan 20, 2006 11:05 am
- Location: Germany
-
- Site Admin
- Posts: 17534
- Joined: Sat Aug 27, 2005 10:28 am
- Contact:
-
- Posts: 57
- Joined: Wed Aug 31, 2005 6:46 pm
Re: Function at same as "Memo.Text" ?
function AllText(MyRV: TCustomRichView): string;RichEnjoyer wrote:Hallo,
how become all chars in one string?
best wishes, Frank
begin
MyRV.SelectAll;
Result := Trim(MyRV.GetSelText);
end;
-
- Site Admin
- Posts: 17534
- Joined: Sat Aug 27, 2005 10:28 am
- Contact: