1
vote
Delphi 2010 Beta: What’s on your wishlist?
"Beta". Doesn't that mean that no new feature will be added. Only dropping of features. Or have I misunderstood the word "Beta". (rhetorical question)
…
6
votes
Is there a way to install Delphi 2010 on Windows 2000
You could try to start the setup.exe with the /Win2K parameter. Maybe this helps. But I heard from a German forum that a user who installed Delphi 2010 into Windows 2000 had lots of problems with t …
5
votes
Delphi 2010: New RTTI, setting propertyvalue to arbitary value
TValue is not a Variant. You can only read the datatype that "you" put into it.
TValue.Cast doesn't work because it has the same semantic that implicit type casts have. You cannot assign an …
