Runtime Dinamically create forms

Hi,

I need to create forms dynamically in runtime.

Of the forms I need to create I only know the class name in string format.

In VCL I can use RTTI combining TFormClass and FindClass but this does not work for me using WebCore.

Is there any way to do this?

Thanks !

Did you do RegisterClass for this form class?

Hi Bruno,

I wasn't registering the form class.

Thanks !!!

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.