> A component has two properties of type TCollection, ACollection and > BCollection. In BCollectionItem I want a property of type ACollectionItem > selectable in the property editor interactively. > Is this possible? If yes how?
You have to write a custom property editor because TCollection is not a component. Alternatively, you can create a component to encapsulate your TCollection and be able to drop it on a form and use the object inspector as usual without writing any custom property editor. -- Contribute to the SSL Effort. Visit http://www.overbyte.be/eng/ssl.html -- [EMAIL PROTECTED] Author of ICS (Internet Component Suite, freeware) Author of MidWare (Multi-tier framework, freeware) http://www.overbyte.be _______________________________________________ Delphi mailing list -> [email protected] http://www.elists.org/mailman/listinfo/delphi

