problem about tcollectionitem-Collection of common programming errors
menjaraz
delphi components delphi-2010 tcollection tcollectionitem
I’m new to component development in Delphi, therefore want to know, is it possible to implement my task at all.I need to create a visual component (user control) based on TScrollBox, which will represent a bunch of TPanel, all that panels will be aligned as “Top” inside that TScrollBox and can have different Height. It has to act as TCollection (add, delete. reorder), and must allow users to add other controls into these panels at designtime. I’ve created these classes for component:typeTPanelsG
Web site is in building