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 OnAfterWindowSized: TNotifyEvent;
This published event is triggered just after the window’s size has been set. This occurs before the window is actually restored on screen and before its state has been set.
Handle this event if you need to determine the normal size and position of the window, regardless of its final state. Use methods of the host form to find the required size and position information.