Animácia obnovenia aplikácie zo System tray
procedure TForm1.Button1Click(Sender: TObject); begin Screen.DrawAnimatedRects(Handle, 3, Rect(Width-20, Height, Width-10, Height), BoundsRect); end;
procedure TForm1.Button1Click(Sender: TObject); begin Screen.DrawAnimatedRects(Handle, 3, Rect(Width-20, Height, Width-10, Height), BoundsRect); end;