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 SkipVought 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. HighFrequency

    String Concatenation with edit boxes

    To convert the strings into integers, use the ToInt() method of the Text property of the Edit component.
  2. HighFrequency

    Arrays of Controls?

    That's perfect man! Thanks a lot. Each array will contain only 1 type of control. One last thing though, would I create the TList in the TForm declaration? Thanks again, Mike.
  3. HighFrequency

    Arrays of Controls?

    Ok I'm kinda new to the GUI programming world. I have a bunch of button controls and shape controls (to simulate LEDs). I would like to be able to access them with some modular code. Is there a way I can name them like an array, so I can access them via a loop control variable for instance?

Part and Inventory Search

Back
Top