Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. cheesemunger

    Why does this not work????

    ok, I have this code. It used to work but it now doesn't. After i put in the if number = (1)or(2)or(3)or(4)or(5)or(6)or(7) then begin imagename := 'Bullet' + IntToStr(number); Bullet := FindComponent( imageName ) as TImage; end; if number = 8 then begin imagename :=...
  2. cheesemunger

    Variable defining variable

    OK, I have got a form with 8 images named image1,image2,image3.......,image8 I want to have a piece of code in a timer procedure,running every 0.1 of a second, that move each of the images to the right in turn. Could you have this code? var number:integer...
  3. cheesemunger

    Why does this not work?

    Ok i have done some code but it does not work..... why? Here is the code: unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, ExtCtrls; type TForm1 = class(TForm) Tank: TImage; procedure FormKeyDown(Sender: TObject; var...

Part and Inventory Search

Back
Top