FMX.Controls.CanClosePopup

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function CanClosePopup(const Wnd: TFmxObject): boolean;

C++

extern DELPHI_PACKAGE bool __fastcall CanClosePopup(Fmx::Types::TFmxObject* const Wnd);

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function public
FMX.Controls.pas
FMX.Controls.hpp
FMX.Controls FMX.Controls

Beschreibung

Gibt zurück, ob das als Parameter angegebene Popup geschlossen werden kann.

CanClosePopup gibt True zurück, wenn Wnd geschlossen werden kann und ansonsten False.

Siehe auch