"H. S. Teoh" <[email protected]> wrote in message news:[email protected]... > > Unfortunately, I don't think D supports runtime reflection yet. At > least, not to the point we need (accessing field values of a general > Object). > > Although, as some have said, it's possible to work around this by using > .tupleof, which is still a better solution than Variant[string], because > at least you'd have compile-time type checking. >
...And compile-time *existence* checking.
