Vcl.Forms.TActiveFormBorderStyle

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TActiveFormBorderStyle = (afbNone, afbSingle, afbSunken, afbRaised);

C++

enum DECLSPEC_DENUM TActiveFormBorderStyle : unsigned char { afbNone, afbSingle, afbSunken, afbRaised };

Properties

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

Description

Specifies the style of an active form's border.

TActiveFormBorderStyle is an enumeration of possible active form border styles, and may have on of the following are possible values :


Value Meaning

afbNone

The form has no border.

afbSingle

The form has a regular single-line border.

afbSunken

The form has a 3D look—that is, a border with a sunken edge.

afbRaised

The form has a border with a raised edge.



See Also