FMX.Controls.CanClosePopup

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

function CanClosePopup(const Wnd: TFmxObject): boolean;

C++

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

プロパティ

種類 可視性 ソース ユニット
function public
FMX.Controls.pas
FMX.Controls.hpp
FMX.Controls FMX.Controls

説明

パラメータに指定されたポップアップを閉じることができるかどうかを返します。


CanClosePopup は、Wnd を閉じることができる場合には True を、できない場合には False を返します。

関連項目