Tagged Questions
8
votes
4answers
511 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 ...
3
votes
2answers
371 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 ...