Stefan Glienke 2002 Posted November 2, 2018 4 hours ago, Emil Mustea said: Better: with inline declaration will stay alive until the block end, not until routine end. And how exactly can we call Add on that "New" record if 7 hours ago, Emil Mustea said: there is no need for default property/member lifting ? Share this post Link to post
Emil Mustea 6 Posted November 3, 2018 Yes, you are right, we still need member lifting. Until then, the nicest remains Interface use like Primož said: uses Spring; var ms := Shared.New(TStringList.Create); ... Share this post Link to post