A pointer to an empty wide string.
NullWideStr: PWideString = @EmptyWideStr;
PWideString NullWideStr = @EmptyWideStr;
SysUtils
NullWideStr defines a pointer to the empty wide string EmptyWideStr.
Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
|
What do you think about this topic? Send feedback!
|