Vcl.Forms.TBorderStyle

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TBorderStyle = bsNone..bsSingle;

C++

typedef TFormBorderStyle TBorderStyle;

Properties

Type Visibility Source Unit Parent
enum
typedef
public
Vcl.Forms.pas
Vcl.Forms.hpp
Vcl.Forms Vcl.Forms

Description

TBorderStyle is the type of the BorderStyle property for framed controls.

These are the possible values of the TBorderStyle type:



Value Meaning

bsNone

No visible border.

bsSingle

Single-line border.