0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

C++ Builder XE4, 10.2 Tokyo > TForm > BorderStyle > bsSingle (biMinimize と biMaximize) | bsDialog

Last updated at Posted at 2017-10-23
動作環境
C++ Builder XE4
RAD Studio 10.2 Tokyo Update 2 (追記: 2018/01/05)

現在取組んでいる3つのソフトにおいて、一つだけメイン画面の表示が異なっていた。
BorderIconsとBorderStyleの設定違いに起因していたようだ。

case 1-a > bsSingle (biMinimize = true, biMaximize = true)

qiita.png

case 1-b > bsSingle (biMinimize = false, biMaximize = false)

  • biMinimize = false
  • biMaximize = false

qiita.png

左上のメニューは残した状態 (biSystemMenu = true)。これをfalseにすると、左上のメニューが消えると同時に、右上のxボタンも消える。

case 2 > bsDialog

qiita.png

case 1-bとの違いは左上のメニュー。

UI

システムメニューとしての左上アイコンは、「それをクリックできる」という見せ方なのかもしれない (これまで意識してきたことはなかった)。

0
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?