Forms.TCustomForm.WindowState

From RAD Studio VCL Reference
Jump to: navigation, search

Contents

Delphi Information

From Forms.pas

	property WindowState: TWindowState read FWindowState write SetWindowState;


Unit: Forms

Type: property

Visibility: public

Member Of: TCustomForm

C++ Information

From Forms.hpp

	__property Forms::TWindowState WindowState = {read=FWindowState,write=SetWindowState};


Unit: Forms

Type: property

Visibility: public

Member Of: TCustomForm

Description

Represents how the form appears on the screen.


Set WindowState to minimize, maximize, or restore the form window. Read WindowState to determine whether the form is minimized, maximized, or in a normal state.

See Also

Personal tools
Translations
Newest Version