When attempting to run UI with debugging then it gives this error...
Duplicate published method "WebMemo1Change" at...

What may be the cause of it and how would you correct the error?
Was attempting to align text in memo to center, however when I added code it didn't work so removed the added code and attempted to run Delphi in debugging mode however recieved this message
It looks like you have two or more
onChangeevents declared for yourWebMemo1.If you look through your
.pasfile, you'll see somewhere in there you'll have multipleWebMemo1Changemethod declarations. It'll look something like this:Just remove the duplicate ones. There can only be one that is declared with that name.