TObjectList problem
irelam2017 opened this issue · 1 comments
irelam2017 commented
Delphi 10.4.2 Community has no definition for TObjectList, tried reverting to TList. errors. Got rid of all the references to THistory and got a compiler critical error termination.
Result is that I can't re-compile my existing Htmlviewer code. Suggestions please ?
BerndGabriel commented
Commit f14f618 replaces all TObjectLists with generic TObjectList<>s in the master branch.
I tested in Tokyo. Could you please try it in Sydney or Alexandria?
Thanks in advance for posting test results.