How To Access Barcode2DView at Runtime

Airbase88Airbase88 Hong Kong
edited 6:55AM 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 6:55AM
    Use
    uses frxBarcode2D;
    TfrxBarcode2DView(frxReport1.FindObject('Barcode2D1')).Visible := ...
    

Leave a Comment