FMX.Forms.TCommonCustomForm.CloseModal

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure CloseModal;

C++

void __fastcall CloseModal(void);

Properties

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

Description

Prepares a modal form for closing.

Do not call CloseModal in your application. CloseModal is used by the the FireMonkey framework when a modal form needs to be closed. CloseModal does not close the form by itself; it simply calls the registered close events and updates the ModalResult property.

See Also