Welcome to the new DelphiDabbler Code Library Documentation.

This is a new site that's currently running on alpha code. There are going to be bugs. If you discover any, please report them on the site's issues page (GitHub account required). Thanks.

Warning: Many URLs are going to change. Refer to the README file to discover which library project's documentation has been completed.

IgnoreState property

Project: Window State Components.

Unit: PJWdwState.

Class: TPJCustomWdwState

Applies to: ~>5.0

property IgnoreState: Boolean;

Description

PROPERTY DEPRECATED

Determines whether the window’s saved state (maximised, normal or minimised) is applied on restoration.

Setting IgnoreState to true is the same as including woIngoreState in the Options property, and setting IgnoreState false is the same as excluding woIngoreState from Options.

IgnoreState is provided for backwards compatibility purposes only and may be removed from future releases.