FMX.Forms.IFMXWindowService.ReleaseWindow

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure ReleaseWindow(const AForm: TCommonCustomForm);

C++

virtual void __fastcall ReleaseWindow(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, ReleaseWindow implements functionality to wait for all form messages to be processed and to destroy a window based on the given form.

See Also