Board index » cppbuilder » TForm property not being filled in
|
Batkamer
CBuilder Developer |
TForm property not being filled in2004-10-04 10:28:58 AM cppbuilder2 Hello, I have created a component descended from TButton with the following: protected: TForm* FDataForm; __published: __property TForm* DataForm = {read=FDataForm, write=FDataForm}; I then put my custom button on a form, create another form and put the #include for the new form on the form that contains my button. The problem is that the pull down list for the DataForm property remain empty. Do I have to make my own property editor to make this work or is there something that I am missing? TIA, Joyce |
