FMX.Forms.TCommonCustomForm.BorderIcons

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

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

biSystemMenu

Das Formular hat ein Steuerungsmenü (auch als Systemmenü bezeichnet).

biMaximize

Das Formular hat eine Minimieren-Schaltfläche.

biMaximize

Das Formular hat eine Maximieren-Schaltfläche.

biHelp

Hat in FireMonkey keine Auswirkung.


Siehe auch