FMX.Controls.CloseAllPopups

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure CloseAllPopups;

C++

extern DELPHI_PACKAGE void __fastcall CloseAllPopups(void);

Properties

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

Description

Closes all the opened popups.

Call CloseAllPopups to close all the popups on the form.

See Also