FMX.Forms.IFMXWindowService.SetWindowState

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

Properties

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

Description

In descendants, SetWindowState implements functionality to apply a window state (show, hide, maximize, and so on) to the given form.

See Also