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

TCustomEdit.BorderStyle

Indicates the line style drawn as a border around the control.

Declaration

Source position: stdctrls.pp line 858

public property TCustomEdit.BorderStyle : TBorderStyle
  default bsSingle;

Description

BorderStyle is a TBorderStyle property with the line style used for borders on the control. The default value for the property is bsSingle in TCustomEdit, and causes the control to be drawn with the client edges style enabled. Use bsNone if borders are not needed for the control.

See also

TWinControl.BorderStyle

  

Indicates the border style displayed around the control.

TBorderStyle

  

Possible types of borders (with or without border).


Version 3.2 Generated 2024-02-25 Home