07-06-2022, 12:51 PM
(07-04-2022, 06:29 AM)Alexandre Machado Wrote: Large data where? This is too vague.
Out of memory is a message of a Delphi exception. You need to debug your application and break the execution whenever the exception happens and check where it happens.
I am loading my data (DataTables) into IWLabel with RawText = True
IWLabel. Caption := "<table> ... </table>";
If there are say more than 1000 rows of DataTables then is Out of memory in browser.
If not loading my data in IWLabel then OK.
Delphi (FastMM4) not detect exceptions.
This worked! I dont know whats wrong? Browser, JS, IW or other.