FMX.Controls.TPopup.HasPopupForm

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function HasPopupForm: Boolean;

C++

bool __fastcall HasPopupForm();

Properties

Type Visibility Source Unit Parent
function public
FMX.Controls.pas
FMX.Controls.hpp
FMX.Controls TPopup

Description

Returns whether the PopupForm property holds a pop-up form.

HasPopupForm returns True if PopupForm holds the pop-up form that appears on the screen after the Popup method execution.

See Also