Jump to content

ADP

Members
  • Content Count

    2
  • Joined

  • Last visited

Community Reputation

0 Neutral
  1. ADP

    If command

    Thank you very much. It' a very simple mistake that I made, but I just couldn't see it.
  2. ADP

    If command

    What's wrong with the following code? It does'nt work. procedure TMainForm.Timer1Timer(Sender: TObject); if Label2.Caption := 'True' Then Label2.Caption := 'GREAT'; end;
×