FMX.Forms.IFMXWindowService.CanShowModal
Delphi
function CanShowModal: Boolean;
C++
virtual bool __fastcall CanShowModal() = 0 ;
Propriétés
| Type | Visibilité | Source | Unité | Parent | 
|---|---|---|---|---|
| function | public | FMX.Forms.pas FMX.Forms.hpp | FMX.Forms | IFMXWindowService | 
Description
Dans les descendants, CanShowModal implémente la fonctionnalité qui permet de renvoyer si une fiche peut être affichée de façon modale.
Le Gestionnaire de fenêtres FMX de chaque plate-forme implémente la méthode CanShowModal pour renvoyer si une fiche peut être affichée de façon modale. 
Actuellement, l'implémentation Android renvoie False alors que d'autres plates-formes renvoient True.
Voir aussi
- FMX.Forms.TCommonCustomForm.ShowModal
- FMX.Forms.IFMXWindowService.ShowWindowModal
- FMX.Forms.IFMXWindowService.FindForm
- FMX.Forms.IFMXWindowService.CreateWindow
- FMX.Forms.IFMXWindowService.DestroyWindow
- FMX.Forms.IFMXWindowService.ReleaseWindow
- FMX.Forms.IFMXWindowService.SetWindowState
- FMX.Forms.IFMXWindowService.ShowWindow
- FMX.Forms.IFMXWindowService.HideWindow
- FMX.Forms.IFMXWindowService.InvalidateWindowRect
- FMX.Forms.IFMXWindowService.SetWindowRect
- FMX.Forms.IFMXWindowService.GetWindowRect