You could subclass ComboBox and have it register each instance somewhere. On 7/10/13 6:18 AM, "moushuai00" <moushua...@hotmail.com> wrote:
>Hi All: > >I want to get all combobox component in a module, but I do not want to >through all components. I tried using reflection(describeType(value:*) ), >however it can not get the combobox whitch >has not id property. Who can help me find a solution? > > > >Thank you >Thom Wu