Unit 'ExtCtrls' Package
[Overview][Types][Classes][Procedures and functions][Index] [#lcl]

TBevelStyle

TBevelStyle is an enumerated type with bevel style values: lowered or raised.

Declaration

Source position: extctrls.pp line 668

type TBevelStyle = (

  bsLowered,

  

Draws the bevel so it appears lower than the surface for the control.

  bsRaised

  

Draws the bevel so it appears higher than the surface for the control.

);


Version 4.4 Generated 2025-11-08 Home