Vcl.Forms.TCustomForm.UpdateWindowState

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure UpdateWindowState;

C++

void __fastcall UpdateWindowState();

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.Forms.pas
Vcl.Forms.hpp
Vcl.Forms TCustomForm

Description

Updates the WindowState property to reflect the current state of the form.

UpdateWindowState ensures that the WindowState property reflects the current state of the form.

See Also