> 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