trichview.support
Re: Replacing components |
Author |
Message |
Jonas N |
Posted: 08/29/2002 18:23:23 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