FMX.Forms.IFMXWindowService.ShowWindowModal

From RAD Studio API Documentation
Jump to: navigation, search

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