[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
The border style affects the title bar, border and resize behaviour of the form.
Source position: forms.pp line 682
public property TCustomForm.BorderStyle : TFormBorderStyle |
Use borderstyle to get or set the appearance of the form's border.
By default it is a sizeable window, but it could, for example, be a dialog form or a tool window, or could be non-sizeable
This property is slightly different (has a different base type) from the TCustomControl.BorderStyle When the form is put into another control the window borders depend on the widgetset. There are no borders under gtk.
|
Style of a form's border. |
|
|
Possible types of borders (with or without border). |
|
|
Allows to show a border (line) around the control, |
lazarus-ccr.sourceforge.net |