FMX.Forms.TApplication.FormDestroyed

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure FormDestroyed(const AForm: TCommonCustomForm);

C++

void __fastcall FormDestroyed(TCommonCustomForm* const AForm);

Properties

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

Description

Checks whether the given FireMonkey form is the application's main form and, if so, sets the main form to nil.

FormDestroyed is internally called by the destructor of the TCommonCustomForm. There is no need to call FormDestroyed directly in applications.

See Also