FMX.Forms.TForm.FormStyle
Delphi
property FormStyle default TFormStyle.Normal;
C++
__property FormStyle = {default=0};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | published | FMX.Forms.pas FMX.Forms.hpp |
FMX.Forms | TForm |
Description
Determines the form style.
FMX.Forms.TForm.FormStyle inherits from FMX.Forms.TCommonCustomForm.FormStyle. All content below this line refers to FMX.Forms.TCommonCustomForm.FormStyle.
Determines the form style.
FormStyle is one of the Normal
, Popup
, or StayOnTop
values defined in TFormStyle.