Put a window to sleep.
Source position: MUIClass.Window.pas line 133
public property TMUIWindow.Sleep : Boolean |
The window gets disabled and a busy pointer appears. The attribute contains a nesting count, if you tell your window to sleep twice, you will have to tell it to wake up twice too.
A sleeping window cannot be resized.