FMX.Forms.IFMXWindowService.SetWindowState

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

procedure SetWindowState(const AForm: TCommonCustomForm; const AState: TWindowState);

C++

virtual void __fastcall SetWindowState(TCommonCustomForm* const AForm, const System::Uitypes::TWindowState AState) = 0 ;

Eigenschaften

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

Beschreibung

In abgeleiteten Klassen implementiert SetWindowState die Funktionalität zum Anwenden eines Fensterzustands (eingeblendet, ausgeblendet, maximiert usw.) für das angegebene Formular.

Siehe auch