[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'Forms' (#lcl)

TCustomDockForm.BorderStyle

The border style affects the title bar, border, icons, and resize behavior of the form.

Declaration

Source position: forms.pp line 969

public property TCustomDockForm.BorderStyle : TFormBorderStyle
  default bsSizeToolWin;

Description

Use BorderStyle to get or set the appearance of the border on a form. The default value in TCustomDockForm is bsSizeToolWin.

This property is slightly different (has a different base type) than the TCustomControl.BorderStyle property. When the form is put into another control the window borders depend on the widgetset. There are no borders under GTK.

See also

TCustomForm.BorderStyle

  

The border style affects the title bar, border, icon(s), and resize behavior for the form.

TFormBorderStyle

  

Represents border styles available for a Form.


Version 4.0 Generated 2025-05-03 Home