Results 1 to 3 of 3

Thread: TForm.borderIcons question

  1. #1

    TForm.borderIcons question

    Is there any way to unlink the close box from the system menu? I want the X (close) box to still be there, but the system menu (icon at the left) to not be there. But the two seem to be lumped together in "biSystemMenu". Can they be decoupled from each other?

    Mason

  2. #2

    TForm.borderIcons question

    You could set BorderStyle := bsDialog
    Imagine I've written something clever here inspiring you to make something awesome. If that happens give me credits

  3. #3

    TForm.borderIcons question

    That works. Thanks!

    Mason

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •