Disable Form Border

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #37255
    NuLLCoDe
    Participant

    Hi,

    in my case I show new form in TPanel in main form. I want to disable border of form in TPanel… how can do this?

    When I put SkinProvider on form and set DrawClientArea to FALSE, border is disabled but look of form is basic look… I want to stay Alpha Theme look.

    Thanks

    #55944
    Gregory.P
    Participant

    Form BorderStyle = bsNone;

    #55946
    NuLLCoDe
    Participant
    'Gregory.P' wrote:

    Form BorderStyle = bsNone;

    BorderStyle = bsNone but still alpha controls shows border.

    #55947
    Gregory.P
    Participant
    'NuLLCoDe' wrote:

    BorderStyle = bsNone but still alpha controls shows border.

    Yes indeed 😐

    #55948
    Support
    Keymaster

    Hello

    Maybe you should change bevels of the panel to bvNone also?

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