[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Style of a form's border.
Source position: controls.pp line 182
type TFormBorderStyle = ( |
||
bsNone, |
|
No border at all. |
bsSingle, |
|
Single line border, the form cannot be resized. |
bsSizeable, |
|
The form can be resized (standard). |
bsDialog, |
|
The form is a dialog, cannot be resized. |
bsToolWindow, |
|
Single line border, small caption, not resizeable. |
bsSizeToolWin |
|
Small caption, form can be resized. |
); |
lazarus-ccr.sourceforge.net |