Vcl.StdCtrls.TCustomEdit.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 protected
Vcl.StdCtrls.pas
Vcl.StdCtrls.hpp
Vcl.StdCtrls TCustomEdit

Description

Determines whether the edit control has a single line border around the client area.

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