[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
The border style affects the title bar, border and resize behavior of the form.
Source position: forms.pp line 975
public property TCustomDockForm.BorderStyle : TFormBorderStyle |
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) 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.
|
The border style affects the title bar, border and resize behavior of the form. |
|
|
Represents border styles available for a Form. |