trichview.com

trichview.support




Re: Replacing components


Return to index


Author

Message

Sergey Tkachenko

Posted: 08/29/2002 16:59:44


If you use newer version of RichView, update your demos:

http://www.trichview.com/support/files/delphidemos.zip



>

> Hi Sergey!

>

> Something seems to be wrong in the ChartItem unit:

>

> function TRVChartItemInfo.GetBoolValue(Prop: TRVItemBoolProperty):

Boolean;

> begin

>   case Prop of

>     rvbpPrintToBMP: <<-- Not a value of TRVItemBoolProperty!!!

>       Result := False;

>     else

>       Result := inherited GetBoolValue(Prop);

>   end;

> end;

>

> This causes an error when trying to compile...





Powered by ABC Amber Outlook Express Converter