Skip to main content
All docs
V26.1
  • TdxSplashFormBase Methods

    The base class for Splash and Wait Forms.
    Name Description
    Animation(string) Provides access to an Animation/Activity Indicator widget 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 widget on the form by type and name. Use the template parameter (T) to specify the target widget type.
    Hide Hides the Splash/Wait form.
    Image(string) Provides access to an Image widget on the form.
    Progress(string) Provides access to a Progress Bar widget on the form.
    SetBounds(Integer,Integer,Integer,Integer) Updates the Splash Form’s position and dimensions.
    Text(string) Provides access to a Text/Label widget on the form.
    ToString Inherited from TObject.
    See Also