[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 1030

type TStaticBorderStyle = (

  sbsNone,

  

No border.

  sbsSingle,

  

Single line border.

  sbsSunken

  

Sunken 3-D border.

);

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