TSkinData.SkinFormtype := sfOnlyThisForm, does not apply skin on any message/dialogs
In one of the form in my application TSkinData.SkinFormtype := sfOnlyThisForm which does not apply skin to any of the message created from that form.
My application design does not allow me to set TSkinData.SkinFormtype := sfmainform because main form already contain Tskindata with this property and this is the new form (for password)which I need to add in my application and which need to be created before the main form.
I have tried so many alternative but none of them are working for me.
One of the approach worked little bit is when I created the SkinData in the new password form dynamically but it prevents my quick reports to be previewed in maximized state. For this I used the functions provided on the Quck report website for quick report but no success.
Is it possible to I can get skin on the message in this case?
|