QRBarcode

Airbase88Airbase88 Hong Kong
edited 11:47AM in FastReport VCL 5
Dear All,

I am using Delphi XE7 and FastReport 5.0. I try to set a QRCode (frxBarcode2DView) visible property at runtime and I have a frxBarcodeObject Object already in my form. What is the code to do it?



Regards
Eric LEE

Comments

  • gpigpi
    edited 11:47AM
    uses frxBarcode2D;
    TfrxBarcode2DView(frxReport1.FindObject('Barcode2D1')).Visible := False;
    

Leave a Comment