[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
The border style affects the title bar, border, icons, and resize behavior of the form.
Source position: forms.pp line 969
public property TCustomDockForm.BorderStyle : TFormBorderStyle |
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.
|
The border style affects the title bar, border, icon(s), and resize behavior for the form. |
|
|
Represents border styles available for a Form. |
Version 4.0 | Generated 2025-05-03 | Home |