FMX.Forms.IFMXWindowService.CanShowModal

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function CanShowModal: Boolean;

C++

virtual bool __fastcall CanShowModal() = 0 ;

Properties

Type Visibility Source Unit Parent
function public
FMX.Forms.pas
FMX.Forms.hpp
FMX.Forms IFMXWindowService

Description

In descendants, CanShowModal implements functionality to return if a form can be showed modally.

The FMX Window Manager for each platform implements the CanShowModal method to return if a form can be showed modally. Currently, the Android implementation returns False while other platforms return True.


See Also