RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
StdCtrls.TStaticBorderStyle Enumeration

TStaticBorderStyle determines the appearance of the border on a static text control.

Pascal
TStaticBorderStyle = (
  sbsNone,
  sbsSingle,
  sbsSunken
);
C++
enum TStaticBorderStyle {
  sbsNone,
  sbsSingle,
  sbsSunken
};

These are the values in the TStaticBorderStyle type:

Value 
Meaning 
sbsNone  
No visible border.  
sbsSingle  
Single-line border.  
sbsSunken  
Raised border.  

 

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