FMX.Forms.IFMXWindowService.HideWindow

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure HideWindow(const AForm: TCommonCustomForm);

C++

virtual void __fastcall HideWindow(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, HideWindow implements functionality to hide the specified form.

See Also