trichview.com

trichview.support




equal of richedit.lines.count in delphi


Return to index


Author

Message

jm

Posted: 09/08/2003 22:20:38


I need to count the lines like in a richedit in Delphi:

How can I do with trichviewedit?


samples:

var i:integer;

    S:string;

   begin

   Genie.Show (true);

!!!!!  for i:=0 to reApp.Lines.Count-1 do !!!!

  begin

    S:=reApp.Lines[i];

    if S<>'' then Genie.Speak(S,'');

  end;





Powered by ABC Amber Outlook Express Converter