Vcl.StdCtrls.TEdit.BorderStyle

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property BorderStyle: TBorderStyle read FBorderStyle write SetBorderStyle default 1;

C++

__property BorderStyle = {default=1};

Properties

Type Visibility Source Unit Parent
property published
Vcl.StdCtrls.pas
Vcl.StdCtrls.hpp
Vcl.StdCtrls TEdit

Description

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

Vcl.StdCtrls.TEdit.BorderStyle inherits from Vcl.StdCtrls.TCustomEdit.BorderStyle. All content below this line refers to Vcl.StdCtrls.TCustomEdit.BorderStyle.

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.