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

TCustomDockForm.BorderStyle

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

Declaration

Source position: forms.pp line 906

public property TCustomDockForm.BorderStyle : TFormBorderStyle
  default bsSizeToolWin;

Description

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

This property is slightly different (has a different base type) from 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 and resize behavior of the form.

TFormBorderStyle

  

Represents border styles available for a Form.