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

TCustomPanel.BevelInner

Determines the appearance of the Inner Bevel for the panel (whether raised, lowered, etc.).

Declaration

Source position: extctrls.pp line 1123

public property TCustomPanel.BevelInner : TPanelBevel
  read FBevelInner
  write SetBevelInner
  default bvNone;

Description

BevelInner is a TPanelBevel property which indicates the drawing style used to render the inner bevel for the panel. The default value for the property is bvNone and indicates that the inner bevel is not drawn.

Other values from TPanelBevel can be used to draw the bevel with a raised or lowered appearance, or as reserved space.

Changing the value for the property causes a CM_BORDERCHANGED control message to be performed for the control.

Remark: For the macOS Carbon widgetset, the values bvLowered and bvSpace are not supported for the BevelInner property.

See also

TCustomPanel.BevelOuter

  

Determines the appearance of the Outer Bevel for the panel (whether raised, lowered, etc.).

TPanelBevel

  

Alias for the TBevelCut type.


Version 3.2 Generated 2024-02-25 Home