trichview.com

trichview.support




Delphi to C++


Return to index


Author

Message

TuckWai

Posted: 07/22/2005 6:11:29


Can someone please translate this Delphi codes into Borland C++ Builder 6

for me.

Thanks

>var

>  i: Integer;

>  table: TRVTableItemInfo;

>begin

>  with RichViewEdit1 do

>    for i := 0 to RVData.ItemCount - 1 do

>      if RVData.GetItemStyle(i) = rvsTable then

>      begin

>        table := TRVTableItemInfo(RVData.GetItem(i));

>        table.Options := table.Options - [rvtoRowSizing, rvtoColSizing];

>      end;

>end;





Powered by ABC Amber Outlook Express Converter