RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
SysUtils.NullWideStr Variable

A pointer to an empty wide string.

Pascal
NullWideStr: PWideString = @EmptyWideStr;
C++
PWideString NullWideStr = @EmptyWideStr;

NullWideStr defines a pointer to the empty wide string EmptyWideStr

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!