Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 800 Bytes

TPJCustomWdwState-OnAfterWindowRestored.md

File metadata and controls

23 lines (13 loc) · 800 Bytes

OnAfterWindowRestored event

Project: Window State Components.

Unit: PJWdwState.

Class: TPJCustomWdwState

Applies to: ~>5.4

property OnAfterWindowRestored: TNotifyEvent;

Description

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.

See Also