Put a whole application to sleep.
Source position: MUIClass.Base.pas line 252
public property TMUIApplication.Sleep : Boolean |
All open windows get disabled and a busy pointer appears.
This attribute contains a nesting count, if you tell your application to sleep twice, you will have to tell it to wake up twice too.
If you need to do some time consuming actions, you always should set this attribute to inform the user that you are currently unable to handle input.
A sleeping application's windows cannot be resized.
|
Put a window to sleep. |
|
|
Buffer Input Messages on time consuming operations |