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.
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.
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.
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