FMX.Forms.TScreen.PrepareClosePopups

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function PrepareClosePopups(const SaveForm: TCommonCustomForm): Boolean;

C++

bool __fastcall PrepareClosePopups(TCommonCustomForm* const SaveForm);

Properties

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

Description

Clears the PopupForms list deleting from the list all pop-up forms that are not visible, deleting the specified SaveForm form, and deleting all pop-up forms that are antecedents of SaveForm.

Returns True if the obtained PopupForms list is not empty.

See Also