[fpc-pascal] Open array in object constructor gives error

Hairy Pixels genericptr at gmail.com
Wed Jan 4 02:40:30 CET 2023



> On Jan 3, 2023, at 8:39 PM, Marc Weustink via fpc-pascal <fpc-pascal at lists.freepascal.org> wrote:
> 
> On what instance/variable/piece of memory would your code "TMyObject.Create(['1', '2', '3'])" then operate ?

There’s a global stack which is opened and they are stored there during construction.

Regards,
Ryan Joseph



More information about the fpc-pascal mailing list