procedure TForm1.TrackBar1Change(Sender: TObject); begin FPosition:=FPosition+TrackBar1.Position; end;