FMX.Forms.TScreen.ClosePopupForms

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function ClosePopupForms: Boolean;

C++

bool __fastcall ClosePopupForms();

Properties

Type Visibility Source Unit Parent
function public
FMX.Forms.pas
FMX.Forms.hpp
FMX.Forms TScreen

Description

Closes the PopupForms list.

It returns True if the PopupForms list is not empty when the ClosePopupForms is called.

See Also