trichview.com

trichview.support




Re: How to check if item other than text exist in RVE?


Return to index


Author

Message

Sergey Tkachenko

Posted: 09/11/2004 12:09:21


nontext := False;

for i := 0 to rv.ItemCount-1 do

  if rv.GetItemStyle(i)<0 then begin

     nontext := True;

     break;

  end;



> How to check whether there is any item other than text exist in the RVE

> content?

>

>





Powered by ABC Amber Outlook Express Converter