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 biv343 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 GrantBeginner

  1. GrantBeginner

    How do I make a User made Object Global

    Figured it out. Really simple. You declare it in the TForm1 = class(TForm) area. But..... How do you make sure that the object's constructor is called. I thought it was called automatically when the object was declared who assigned, but if you need to pass some data to the constructor and it...
  2. GrantBeginner

    How do I make a User made Object Global

    I am having my first go at making a component and have a VERY basic question. Why is it that when I declare the component at the start in the VAR section it produces errors, but when I declare it in a procedure where it is not global it works fine. The error is produced at runtime Project...

Part and Inventory Search

Back
Top