Disable skin on specific form

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #33819
    Leandro
    Participant

    I know how to disable skin on DLL forms:

    skinManager.SkinningRules := [srStdDialogs,srThirdParty]

    But I need to disable skin only an specific form. Is it possible?

    Thanks!

    #42788
    Leandro
    Participant

    I found it!

    uses
    sThirdParty;

    ThirdPartySkipForms.Add('TMyForm');

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.