[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'Controls' (#lcl)

TFormBorderStyle

Style of a form's border.

Declaration

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.

);

The latest version of this document can be found at lazarus-ccr.sourceforge.net.