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 =...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.