Not able to clear logo of wwfilterdialog form
Hi,
I am migrating my application from delphi 4 to delphi 10.4. We are using latest version of infopwer 21.0.6 for delphi 10.4. In delphi 4 twwfilterdialog form was not displaying logo on the form, but after migrating in delphi 10.4 its showing some logo as marked with red in below image. How can we remove it. Please provide some solution.
Thanks
Rajeev
-
Hi Roy,
Thanks for reply.
After applying your code it removed logo, maximize,minimize and close button from top. But we need close button at top in the filter form as shown below.
We are having one more issue, on Dev machine Ok and cancel button having the icons present while on QA machine there is no icon displaying in OK and Cancel button.
QA machine:
Dev Machine:Thanks
Rajeev -
This is windows behavior when having a sizeable window. It needs an icon to show it in the taskbar when minimized. If you don't want the icon and still want the x close button, you would have to set options.fdsizeable to false.
As far as icons in your ok/cancel buttons, they will not appear when using the default windows style. If you want them to appear, you would need to turn off project options | application | manifest | Enable runtime themes
Please sign in to leave a comment.
Comments
3 comments