Vcl.CategoryButtons.TCategoryButtons.BorderStyle

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property BorderStyle: TBorderStyle read FBorderStyle write SetBorderStyle default bsSingle;

C++

__property Vcl::Forms::TBorderStyle BorderStyle = {read=FBorderStyle, write=SetBorderStyle, default=1};

Properties

Type Visibility Source Unit Parent
property published
Vcl.CategoryButtons.pas
Vcl.CategoryButtons.hpp
Vcl.CategoryButtons TCategoryButtons

Description

Determines whether a control has a single-line border or none.

Use BorderStyle to affect the sharpness with which the client area of the control stands out. BorderStyle can have a value of either bsSingle or bsNone. If BorderStyle is bsSingle, the control has a single-line border around the client area. If BorderStyle is bsNone, there is no border.

See Also