Didier Cabalé
Didier Cabalé
1. consider this simple console application project: program Project7; {$APPTYPE CONSOLE} {$INCLUDE .\FastMM4Options.inc} {$R *.res} uses FastMM4 , System.SysUtils ; begin ReportMemoryLeaksOnShutdown := true; try try { TODO -oUser -cConsole...
Hey there, [RADStudio Memory management documentation](https://docwiki.embarcadero.com/RADStudio/Alexandria/en/Memory_Management#Variables) says this about procedure's local variables:  These "Local Variables" can be accessed, using the IDE debugger, with a [Name, Value] pair list, such...
On the demo application, trying to authenticate with Google, I get a "Access blocked: MailTest has not completed the Google verification process":  To resolve this, I had to add...