FMX.Forms.TFmxFormBorderStyle
Delphi
TFmxFormBorderStyle = (None, Single, Sizeable, ToolWindow, SizeToolWin);
C++
enum class DECLSPEC_DENUM TFmxFormBorderStyle : unsigned int { None, Single, Sizeable, ToolWindow, SizeToolWin };
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| enum | public | FMX.Forms.pas FMX.Forms.hpp |
FMX.Forms | FMX.Forms |
Description
TFmxFormBorderStyle is the type of the BorderStyle property for all FireMonkey forms.
These are the possible values of the TFmxFormBorderStyle type:
| Value | Meaning |
|---|---|
|
|
No visible border (not resizable) |
|
|
Single-line border (not resizable) |
|
|
Standard resizeable border |
|
|
Like |
|
|
Like |