How To Access Barcode2DView at Runtime

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

Leave a Comment

Rich Text Editor. To edit a paragraph's style, hit tab to get to the paragraph menu. From there you will be able to pick one style. Nothing defaults to paragraph. An inline formatting menu will show up when you select text. Hit tab to get into that menu. Some elements, such as rich link embeds, images, loading indicators, and error messages may get inserted into the editor. You may navigate to these using the arrow keys inside of the editor and delete them with the delete or backspace key.