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 strongm 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. Midnic

    Is it possible to use a TCollection within another TCollectionItem?

    OR you could override the "GetOwner" method in your TCollection class. This should work as the property editor requires the collection to have an owner component in order to work. No need to create a custom property editor. Example: type TYourCollection = class; TYourCollectionItem =...
  2. Midnic

    Is it possible to use a TCollection within another TCollectionItem?

    You need to use TOwnedCollection instead of TCollection within the TCollectionItem in order for the property editor to work.

Part and Inventory Search

Back
Top