Board index » cppbuilder » Re: Inheriting Change metod
Remy Lebeau (TeamB)
![]() CBuilder Developer |
Remy Lebeau (TeamB)
![]() CBuilder Developer |
Re: Inheriting Change metod2004-07-25 04:29:04 AM cppbuilder3 "ScOe" < XXXX@XXXXX.COM >wrote in message QuoteTGroupItems is holding collection of groups and are supposed to be in control of the buttons that you are trying to manage? Gambit |
ScOe
![]() CBuilder Developer |
2004-07-25 05:47:24 PM
Re:Re: Inheriting Change metodQuoteYou didn't answer my questions. What are the collections supposed to be TGroupItem is holding the button. It manage buttons behaviour. Becouse button is just representation of parent item, it must hold subitems which are TCustomControl type. TGroupItem is also responsible for showing subitems. Button has StringList that contains list of subitems. That's why i need to know which group is parent to TItem, so i can add TItem's caption to parent TGroupItem. Every TItem controls TCustomControl which i call IconObject. Hope i didnt missed the point again. Again, thanx for trying to help me with this !! Quote
|