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

TStaticBorderStyle

The border style of static text controls.

Declaration

Source position: stdctrls.pp line 1006

type TStaticBorderStyle = (

  sbsNone,

  

No border.

  sbsSingle,

  

Single line border.

  sbsSunken

  

Sunken 3-D border.

);