Forms.TCustomActiveForm.AxBorderStyle
From RAD Studio VCL Reference
Contents |
Delphi Information
From Forms.pas
property AxBorderStyle: TActiveFormBorderStyle read FAxBorderStyle write SetAxBorderStyle;
Unit: Forms
Type: property
Visibility: published
Member Of: TCustomActiveForm
C++ Information
From Forms.hpp
__property Forms::TActiveFormBorderStyle AxBorderStyle = {read=FAxBorderStyle,write=SetAxBorderStyle};
Unit: Forms
Type: property
Visibility: public
Member Of: 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. |