RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Forms.TActiveFormBorderStyle Enumeration

Specifies the style of an active form's border.

Pascal
TActiveFormBorderStyle = (
  afbNone,
  afbSingle,
  afbSunken,
  afbRaised
);
C++
enum TActiveFormBorderStyle {
  afbNone,
  afbSingle,
  afbSunken,
  afbRaised
};

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.  

 

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