FMX.Forms.IFMXWindowService.HideWindow

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

procedure HideWindow(const AForm: TCommonCustomForm);

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
procedure
function
public
FMX.Forms.pas
FMX.Forms.hpp
FMX.Forms IFMXWindowService

Beschreibung

In abgeleiteten Klassen implementiert HideWindow die Funktionalität zum Ausblenden des angegebenen Formulars.

Siehe auch