I need to register TCollection and TCollectionItem classes, but because of the properties of
{TCollection}
property Items [Index: Integer]: TCollectionItem
{TCollectionItem}
property Collection: TCollection
сonstantly raises the exception of the impossibility to find TCollectionItem/TCollectionItem type.
If you register the class on you own within code, you could first register the
TCollectionItemwithout theproperty Collection: TCollection, then registerTCollectionwithproperty Items [Index: Integer]: TCollectionItemand afterwards adding theproperty Collection: TCollectionto yourTCollectionItem.