Home > Back-end >  How to dynamically to RAVE barcode in delphi2007 assignment
How to dynamically to RAVE barcode in delphi2007 assignment

Time:09-22

Consult the
I now use DELPHI2007 use RAVE controls
Now in the RAVE a bar code 128, the name is code1
How to give the code1 in DELPHI assignment

I baidu statement is:
USES the
RVClass RVCsStd, RVProj

Var
Code1: TRaveCode128BarCode;
The begin
MyBarCode:=FindRaveComponent (' BarCodeSN 'MyPage) as TRaveCode128BarCode;
MyBarCode. Text:=sSN;
end;

Can compile errors: underclared identifier: TRaveCode128BarCode
How do you declare the barcode
  • Related