FMX.Forms.IFMXWindowService.ShowWindowModal

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

function ShowWindowModal(const AForm: TCommonCustomForm): TModalResult;

C++

virtual System::Uitypes::TModalResult __fastcall ShowWindowModal(TCommonCustomForm* const AForm) = 0 ;

Propriétés

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

Description

Dans les classes descendantes, ShowWindowModal implémente des fonctionnalités afin d'afficher la fiche spécifiée de manière modale.

Voir aussi