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.
Project: Window State Components.
Unit: PJWdwState.
Class: TPJCustomWdwState
Applies to: ~>5.4
property OnAfterWindowRestored: TNotifyEvent;
This published event is triggered just after the window has been restored. This occurs either after program start-up if the AutoSaveRestore property is True or after the Restore method has been called.
Handle this event if you need to determine the state of the restored window or its restored size. Use methods of the host form to find the required information.