RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomActiveForm.AxBorderStyle Property

Sets the active form's border style.

Pascal
property AxBorderStyle: TActiveFormBorderStyle;
C++
__property TActiveFormBorderStyle AxBorderStyle;

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.  
 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!