TdxWaitForm Methods
A Wait Form you can display during time-consuming operations.| 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(TWinControl) | Displays the Wait Form 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(TWinControl) | Displays the Wait Form. |
| Text(string) | Provides access to a Text/Label UI element on the form. Inherited from TdxSplashFormBase. |
| ToString | Inherited from TObject. |
See Also