trichview.support.thirdparty
CharItem.pas in BCB6 |
Author |
Message |
Benedikt Weber |
Posted: 05/01/2002 22:47:15 (I am using BCB6) As I understand I have to include the Pascal file and compile it to get the obj and hpp files. Unfortunately I get a compiler error in: function TRVChartItemInfo.GetBoolValue(Prop: TRVItemBoolProperty): Boolean; begin case Prop of rvbpPrintToBMP: Result := False; else Result := inherited GetBoolValue(Prop); end; end; rvbpPrintToBMP seems to be of type TRVItemBoolPropertyEx not TRVItemBoolProperty. Since I am not a Pascal expert, I do not see where to fix this problem. Benedikt |
Powered by ABC Amber Outlook Express Converter