TdxSplashFormBase Members
The base class for Splash and Wait Forms.Properties
| Name | Description |
|---|---|
| BorderStyle | Specifies form border style. |
| BoundsRect | Specifies Splash Form position and dimensions. |
| Color | Specifies Splash Form background color. |
| Default | Specifies if the Splash Form is used as default. |
| Height | Specifies Splash Form height in pixels. |
| Kind | Returns the current Splash Form type. |
| Left | Specifies the horizontal Splash Form offset from the base position. |
| Name | Specifies the Splash Form name. |
| Top | Specifies the vertical Splash Form offset from the base position. |
| Visible | Identifies if the Splash/Wait Form is visible. |
| Width | Specifies Splash Form width, in pixels. |
Methods
| Name | Description |
|---|---|
| Animation(string) | Provides access to an Animation/Activity Indicator UI element on the form. |
| BeginUpdate | Postpones all form redraw operations that reflect setting and visual element changes until an EndUpdate procedure call. |
| EndUpdate(Boolean,Cardinal) | Applies all pending changes and redraws the Splash Form after a BeginUpdate procedure call. |
| 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.
|
| Hide | Hides the Splash/Wait form. |
| Image(string) | Provides access to an Image UI element on the form. |
| Progress(string) | Provides access to a Progress Bar UI element on the form. |
| SetBounds(Integer,Integer,Integer,Integer) | Updates the Splash Form’s position and dimensions. |
| Text(string) | Provides access to a Text/Label UI element on the form. |
| ToString | Inherited from TObject. |
See Also