[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
The border style for this Form
Source position: forms.pp line 636
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 differert 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.
lazarus-ccr.sourceforge.net |