Vcl.CustomizeDlg.TCustomizeDlg.StayOnTop

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property StayOnTop: Boolean read FStayOnTop write SetStayOnTop;

C++

__property bool StayOnTop = {read=FStayOnTop, write=SetStayOnTop, nodefault};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property published
Vcl.CustomizeDlg.pas
Vcl.CustomizeDlg.hpp
Vcl.CustomizeDlg TCustomizeDlg

Beschreibung

Bestimmt, ob das Dialogfeld von anderen Fenstern verdeckt werden kann.

Soll das das geöffnete Dialogfeld immer im Vordergrund angezeigt werden, setzen Sie StayOnTop auf true. Bei false kann es von anderen Fenstern verdeckt werden.