FMX.Controls.CanClosePopup
Delphi
function CanClosePopup(const Wnd: TFmxObject): boolean;
C++
extern DELPHI_PACKAGE bool __fastcall CanClosePopup(Fmx::Types::TFmxObject* const Wnd);
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| function | public | FMX.Controls.pas FMX.Controls.hpp | FMX.Controls | FMX.Controls | 
Description
Returns whether the popup given as parameter can be closed.
CanClosePopup returns True if Wnd can be closed and False otherwise.