TdxSplashForm Members
A Splash Form designed to indicate application startup progress.Properties
| Name | Description |
|---|---|
| BorderStyle | Specifies form border style. Inherited from TdxSplashFormBase. |
| BoundsRect | Specifies Splash Form position and dimensions. Inherited from TdxSplashFormBase. |
| Color | Specifies Splash Form background color. Inherited from TdxSplashFormBase. |
| Default | Specifies if the Splash Form is used as default. Inherited from TdxSplashFormBase. |
| FadeIn | Specifies if a fade-in display effect is enabled for the Splash Form. |
| FadeOut | Specifies if a fade-out hide effect is enabled for the Splash Form. |
| Height | Specifies Splash Form height in pixels. Inherited from TdxSplashFormBase. |
| Kind | Returns the current Splash Form type. Inherited from TdxSplashFormBase. |
| Left | Specifies the horizontal Splash Form offset from the base position. Inherited from TdxSplashFormBase. |
| Name | Specifies the Splash Form name. Inherited from TdxSplashFormBase. |
| Position | |
| Top | Specifies the vertical Splash Form offset from the base position. Inherited from TdxSplashFormBase. |
| Visible | Identifies if the Splash/Wait Form is visible. Inherited from TdxSplashFormBase. |
| Width | Specifies Splash Form width, in pixels. Inherited from TdxSplashFormBase. |
Methods
| Name | Description |
|---|---|
| Animation(string) | Provides access to an Animation/Activity Indicator UI element on the form. Inherited from TdxSplashFormBase. |
| BeginUpdate | Postpones all form redraw operations that reflect setting and visual element changes until an EndUpdate procedure call. Inherited from TdxSplashFormBase. |
| EndUpdate(Boolean,Cardinal) | Applies all pending changes and redraws the Splash Form after a BeginUpdate procedure call. Inherited from TdxSplashFormBase. |
| Equals(TObject) | Inherited from TObject. |
| GetHashCode | Inherited from TObject. |
| GetItem<T>(string) |
Provides access to any UI element on the form by type and name. Use the template parameter (T) to specify the target UI element type.
Inherited from TdxSplashFormBase. |
| Hide | Hides the Splash/Wait form. Inherited from TdxSplashFormBase. |
| Image(string) | Provides access to an Image UI element on the form. Inherited from TdxSplashFormBase. |
| Preview(HMONITOR) | Displays the Splash Form on the target monitor in Preview mode. |
| Progress(string) | Provides access to a Progress Bar UI element on the form. Inherited from TdxSplashFormBase. |
| SetBounds(Integer,Integer,Integer,Integer) | Updates the Splash Form’s position and dimensions. Inherited from TdxSplashFormBase. |
| Show | Displays the Splash Form. |
| Text(string) | Provides access to a Text/Label UI element on the form. Inherited from TdxSplashFormBase. |
| ToString | Inherited from TObject. |
See Also