DELPHI FAST REPORT使用barcode组件--ERROR

procedure TForm1.Button1Click(Sender: TObject);
begin
// frReport1.LoadFromFile('barcode.frf');
frReport1.LoadFromFile(ExtractFilePath(ParamStr(0)) + 'barcode.frf');
frReport1.ShowReport;

end;

因要使用barcode组件,用了fastreport,但出现了Project Project1.exe raised exception class EClassNotFound with message 'TfrBarCodeView'.这是什么原因呢?

因為沒有使用“frBarCodeObject”控件。

[@more@]
请使用浏览器的分享功能分享到微信等