|
RAD Studio VCL Reference
|
Specifies the appearance and behavior of the form border.
property BorderStyle: TFormBorderStyle;
__property TFormBorderStyle BorderStyle;
Use BorderStyle to get or set the appearance and behavior of the form border. BorderStyle can be any of the following TForm BorderStyle values:
|
Value |
Meaning |
|
bsDialog |
Not resizable; no minimize/maximize menu |
|
bsSingle |
Not resizable; minimize/maximize menu |
|
bsNone |
Not resizable; no visible border line |
|
bsSizeable |
Standard resizable border |
|
bsToolWindow |
like bsSingle but with a smaller caption |
|
bsSizeToolWin |
like bsSizeable with a smaller caption |
|
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
|
What do you think about this topic? Send feedback!
|