Tagged Questions

8
votes
3answers
427 views

Managing null values in variants using delphi

I'm working with a COM component which exposes a lot of Variant properties, but sometimes these values are null. When I try to convert these values to string (or another Delphi type) the application ...
2
votes
2answers
335 views

Format and variants

I'm working with the SysUtils.Format function and variant values, and I found that this function only works if the format string is %s. I checked the documentation about the Format function but there ...