TdxSplashForm.Preview(HMONITOR) Method
Displays the Splash Form on the target monitor in Preview mode.
Declaration
procedure Preview(AMonitor: HMONITOR);
Parameters
| Name | Type | Description |
|---|---|---|
| AMonitor | HMONITOR | The target monitor. |
Remarks
Call the Preview procedure to display the Splash Form on the target monitor in Preview mode. A subsequent mouse click closes the displayed form, similar to the Splash/Wait form preview in the Application Settings dialog.

If you need to manage Splash Form visibility manually, call Show and Hide procedures instead.
See Also