FMX.Forms.IFMXWindowService.DestroyWindow

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DestroyWindow(const AForm: TCommonCustomForm);

C++

virtual void __fastcall DestroyWindow(TCommonCustomForm* const AForm) = 0 ;

Properties

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

Description

In descendants, DestroyWindow implements functionality to destroy a window based on the given form.

See Also