Menu

DPFQLPreviewController at runtime

wil32
2015-05-08
2015-05-11
  • wil32

    wil32 - 2015-05-08

    Any idea how to make this work.

    The reason i want to do this is because my app wont compile in android if i have the component at design time.

     
  • wil32

    wil32 - 2015-05-11

    Made it.

    DPFQLPreviewController := TDPFQLPreviewController.Create( Self );
    DPFQLPreviewController.Parent := Rectangle4;
    DPFQLPreviewController.Align := TAlignLayout.Client;
    DPFQLPreviewController.RefreshNeeded;
    DPFQLPreviewController.Loaded;

    Now, I need to dispose it when it gets closed

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.