Topic: Another Delphi Question....
Ok i know some basic java and i know in java you can do for example
if (Coords[0] > 224 && Start() == true) then begin
is there a way you can do that in Delphi?
such as like
if lStart.caption='On' && another procedure then begin ????