Window.borderStyle

Function/Meaning
[Windows *] Window appearance
Type
Window Class Properties
Explanation

Represents the appearance of the window. You can also set the value.
Always bsNone on Android.
You can set the following values.

  • bsDialog : It has a non-resizable, dialog-box-like appearance.
  • bsSingle : This window cannot be resized.
  • bsNone : It is a window without borders.
  • bsSizeable : This is a general window that can be resized. This is the default.
  • bsToolWindow : A non-resizable tool window (a window with a small caption).
  • bsSizeToolWin : Similar to bsToolWindow, but resizable.