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!

Recent content by grion77

  1. grion77

    Help with unexpected behaviour

    Very useful links, Thanks!
  2. grion77

    Help with unexpected behaviour

    Application.ProcessMessages did the job. Thanks! I was really impressed by the speed and the quality of your suggestions! Can you tell me where I can read more about "windows applications use a message loop for it's GUI and other things" in the Delphi help?
  3. grion77

    Help with unexpected behaviour

    Hello. I'm just learning Delphi and I wrote this simple code to respond to the On Click Event of one Button. I don't understand why while running the program first the for..loop is executed and only after this the Label1.Caption is updated. I was expecting the opposite behaviour (first label...

Part and Inventory Search

Back
Top