Specifies string value of Null variants.
NullAsStringValue: string = '';
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!
|