TCustomForm.GetHTMLFileName for dfm-less form

I'd like to use common HTML files across multiple runtime forms definitions. Would it fit within the existing framework to have a TCustomForm.HTMLFileName property and then load this file if specified, and default to the unitname if empty?

Thanks, Bob

At this moment, this filename is set to the unitname. We'll reflect if this can be made somehow customizable without causing any side-effects.

Yes it's the side-effects I was wondering about - I'll modify the source code and continue experimenting.

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