Icon SlideTo Method

procedure SlideTo(X,Y: Integer; AnimationStyle: TAnimationStyle;
      AnimationDuration: Integer; FadeInOut: Boolean=False)

Available In: Visual Client Applications

Use this method to slide the control to a specific location using a specific animation style/duration and, optionally, with a corresponding fade (hides the control).

Information This method updates the properties of the Left, Top, and, optionally, the Visible animation primitives for the control's Animations property.
Image