Skip to main content
All docs
V26.1
  • TdxSplashFormBase.SetBounds(Integer,Integer,Integer,Integer) Method

    Updates the Splash Form’s position and dimensions.

    Declaration

    procedure SetBounds(ALeft: Integer; ATop: Integer; AWidth: Integer; AHeight: Integer);

    Parameters

    Name Type Description
    ALeft Integer

    Specifies the new Left property value.

    ATop Integer

    Specifies the new Top property value.

    AWidth Integer

    Specifies the new Width property value.

    AHeight Integer

    Specifies the new Height property value.

    See Also