TdxSplashFormManager.SplashForm(string) Method
Provides access to a Splash Form by name.
Declaration
class function SplashForm(const AName: string = ''): TdxSplashForm; static;
Parameters
| Name | Type | Description |
|---|---|---|
| AName | string | Optional. Specifies the target Splash Form name. If you omit the |
Returns
| Type | Description |
|---|---|
| TdxSplashForm | Returns the Splash Form with the name passed as the If no form is found, an exception occurs. |
Remarks
Call SplashForm and WaitForm class functions to access individual Splash Forms in the application by name.
See Also