Vcl.Forms.TCustomActiveForm.AxBorderStyle

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AxBorderStyle: TActiveFormBorderStyle read FAxBorderStyle  write SetAxBorderStyle default afbSingle;

C++

__property TActiveFormBorderStyle AxBorderStyle = {read=FAxBorderStyle, write=SetAxBorderStyle, default=1};

Properties

Type Visibility Source Unit Parent
property published
Vcl.Forms.pas
Vcl.Forms.hpp
Vcl.Forms TCustomActiveForm

Description

Sets the active form's border style.

AxBorderStyle takes one of the following values:

ValuesMeaning



Values Meaning

afbNone

No border appears around the active form.

afbSingle

A single line border appears around the active form.

afbSunken

The active form gets a sunken border.

afbRaised

The active form gets a raised border and no caption.



See Also