Vcl.Controls.TBorderWidth

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

type TBorderWidth = 0..2147483647;

C++

typedef int TBorderWidth;

Properties

Type Visibility Source Unit Parent
type
typedef
public
Vcl.Controls.pas
Vcl.Controls.hpp
Vcl.Controls Vcl.Controls

Description

TBorderWidth defines the distance, in pixels, between the outer and inner bevels of a control.

TBorderWidth is used to specify the border width of a control via its BorderWidth property.

Note: Do not confuse the border of the panel with the line drawn around the panel itself. The line around the panel is specified by the BorderStyle property.

See Also