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

TPanelBevel

Alias for the TBevelCut type.

Declaration

Source position: extctrls.pp line 1062

type TPanelBevel = TGraphicsBevelCut;

Description

TPanelBevel is an alias to the TBevelCut type. TPanelBevel is the type used to implement the BevelInner and BevelOuter properties in TCustomPanel.

See also

TCustomPanel.BevelInner

  

BevelInner - determines the nature of the Inner Bevel of the panel (whether raised, lowered etc)

TCustomPanel.BevelOuter

  

BevelOuter - determines the nature of the Outer Bevel of the panel (whether raised, lowered etc)

TBevelCut

  

Alias for the TGraphicsBevelCut type.