Vcl.ExtCtrls.TSplitter.Beveled

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Beveled: Boolean read FBeveled write SetBeveled default False;

C++

__property bool Beveled = {read=FBeveled, write=SetBeveled, default=0};

Properties

Type Visibility Source Unit Parent
property published
Vcl.ExtCtrls.pas
Vcl.ExtCtrls.hpp
Vcl.ExtCtrls TSplitter

Description

Determines whether the splitter looks beveled along the edge that moves.

Set Beveled to false to remove the beveled edges from the splitter. Set Beveled to true to give the edge a 3D beveled look.

The bevel on a splitter runs in a single direction only: along the edges the user moves to resize neighboring objects. Thus, if the Align property is alLeft or alRight, the vertical edges of the splitter are beveled. If the Align property is alTop or alBottom, the horizontal edges of the splitter are beveled. The default value of Beveled is false.

See Also