Project: Window State Components.
Unit: PJWdwState.
Class: TPJUserWdwState
Applies to: ~>5.0
procedure Restore;
This method restores the size and position of the owning form’s window according to value saved in persistent storage. The OnReadData event is triggered by this method. The user must handle the event by reading and passing back the required window state data.
Various values of the Options property may cause either the saved size or state to be ignored or for the window to be repositioned (and possibly resized) to fit within the desktop’s work area.
If the AutoSaveRestore property is true Restore is called automatically when the window is created.