RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Variants.NullAsStringValue Variable

Specifies string value of Null variants.

Pascal
NullAsStringValue: string = '';
C++
AnsiString NullAsStringValue = '';

Variants

NullAsStringValue specifies the string that is the result of a conversion from a Null variant to a string type. By default, NullAsStringValue is the empty string. 

NullAsStringValue is only used when the NullStrictConvert global variable is set to false. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!