Error when compiling - There is no method in an ancestor class to be overridden "procedure LoadDFMValues of Object"

I have just added a datamodule with a TXDataWebConnection on it, on my main project.

When I compile, I see

[Error] Rmt_Data.pas(13): There is no method in an ancestor class to be overridden "procedure LoadDFMValues of Object"

I tried compiling for Debug / Release and Windows32/64.

What does it mean and how do I get rid of it?

Oops User Error. Leaving it here in case others make the same mistake.

Have to use TWebDataModule, not TDataModule.

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