FMX.Controls.IsPopup

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function IsPopup(const Wnd: TFmxObject): boolean;

C++

extern DELPHI_PACKAGE bool __fastcall IsPopup(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 given parameter is a popup.

See Also