I know that when I add a collection item to a collection, the index is zero-based.I would like to make it one-based and show the value in a property called Id. Can someone tell me how I can go about t
I\'m very bad with recursion, never used it before. I know the theory of it .. not that that helps :)) For my problem i have a structure of TCollection that contains TCollection and TCollectionItem et
I tried to return from dll function my own object (derived from TCollection). I used FastMemoryManager, but without success... So I tried to return dynamic array of some objects.
how can I find by name and get the Item in a collection of object ? procedure TfoMain.InitForm; begin // Liste des produits de la pharmacie 1
how would you make a footer container follow 开发者_如何学Godirectly after the content and then stretch to the bottom of the page?