TdxSplashFormBase.Name Property
Specifies the Splash Form name.
Declaration
property Name: string read; write;
Property Value
| Type | Description |
|---|---|
| string | The Splash Form name. |
Remarks
TdxSplashFormManager.SplashForm and TdxSplashFormManager.WaitForm functions use the Name property to search the target form.
See Also