I am trying to make a property so that I can edit values with the object inspector in Borland C++Builder 5. My problem is that I don't know where to actually create the property. Is it just in the main unit file? Also, if that property were also part of a class, where do I create an instance of that class so that it appears in the object inspector?

Pleae help me!