FMX.Forms.TCommonCustomForm.BorderIcons
Delphi
property BorderIcons: TBorderIcons read FBorderIcons write SetBorderIcons  default [TBorderIcon.biSystemMenu, TBorderIcon.biMinimize, TBorderIcon.biMaximize];
C++
__property System::Uitypes::TBorderIcons BorderIcons = {read=FBorderIcons, write=SetBorderIcons, default=7};
Eigenschaften
| Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet | 
|---|---|---|---|---|
| property | public | FMX.Forms.pas FMX.Forms.hpp | FMX.Forms | TCommonCustomForm | 
Beschreibung
Gibt an, welche Symbole in der Titelleiste des Formulars angezeigt werden.
Mit BorderIcons kann festgelegt werden, welche Symbole in der Titelleiste des Formulars angezeigt werden. BorderIcons kann die folgenden TBorderIcons-Werte enthalten:
| Wert | Bedeutung | 
|---|---|
| 
 | Das Formular hat ein Steuerungsmenü (auch als Systemmenü bezeichnet). | 
| 
 | Das Formular hat eine Minimieren-Schaltfläche. | 
| 
 | Das Formular hat eine Maximieren-Schaltfläche. | 
| 
 | Hat in FireMonkey keine Auswirkung. |