FireDAC.Comp.UI.TFDGUIxErrorDialog.StayOnTop

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property StayOnTop: Boolean read GetStayOnTop write SetStayOnTop default True;

C++

__property bool StayOnTop = {read=GetStayOnTop, write=SetStayOnTop, default=1};

Properties

Type Visibility Source Unit Parent
property published
FireDAC.Comp.UI.pas
FireDAC.Comp.UI.hpp
FireDAC.Comp.UI TFDGUIxErrorDialog

Description

Controls the position of the dialog.

Use the StayOnTop property to control the dialog position on the screen. When StayOnTop is True, the dialog is displayed on top of all windows on the screen. When it is set to False, then it is displayed on the top of the application forms.

See Also