Re: Nested record access parent record ?
skybuck2000 <[email protected]> Mon, 13 Dec 2021 18:00:02 -0800 (PST)
| Newsgroups | alt.comp.lang.borland-delphi |
|---|---|
| Message-ID | <[email protected]> |
One possible solution for a future compiler improvement could be to maybe use the dot operator to indicate previous/wrapper type: .mData Could even write ...mData to specify if multiple wrapper types. This may conflict a little bit with the with statement though, but scope rules could be applied, which ones/order I dont know yet. Bye for now, Skybuck.