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

TCustomSplitter.Beveled

Indicates whether the edges of the splitter bar are beveled.

Declaration

Source position: extctrls.pp line 424

public property TCustomSplitter.Beveled : Boolean
  read FBeveled
  write SetBeveled
  default False;

Description

Beveled is a Boolean property which controls whether the splitter is drawn with a beveled appearance. The default value for the property is False. Changing the value for the property causes the control to be redrawn.

Beveled is used in the Paint method. When set to True, the DrawEdge method in ThemeServices is used to render a raised outer edge on the splitter control. When set to False, a bevel is not drawn on the splitter control.

See also

TCustomSplitter.Paint

  

Draws the splitter control.

ThemeServices

  

Provides access to the Theme Services singleton for the widgetset.

TThemeServices.DrawEdge

  

Default drawing for the edges on a themed element.


Version 4.0 Generated 2025-05-03 Home