FMX.Forms.IFMXWindowService.ShowWindowModal
Delphi
function ShowWindowModal(const AForm: TCommonCustomForm): TModalResult;
C++
virtual System::Uitypes::TModalResult __fastcall ShowWindowModal(TCommonCustomForm* const AForm) = 0 ;
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| function | public | FMX.Forms.pas FMX.Forms.hpp  | 
        FMX.Forms | IFMXWindowService | 
Description
In descendants, ShowWindowModal implements functionality to show the specified form modally.
See Also
- 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