G
Guest
I am trying to design a component that is dropped into a form and adds functionality to the window. To do this it must get a pointer to the form in which it is held as it cannot inherit this from a parent class. Thats easy to do but it would be good if this all got setup without any input from the person using the component. Currently you have to choose the form from a list.....
I thought initially that Attributes could be used but I cannot seem to make that happen. If anybody can suggest how to make this work I would be greatful.
I thought initially that Attributes could be used but I cannot seem to make that happen. If anybody can suggest how to make this work I would be greatful.