RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
SysUtils.NullStr Variable

A pointer to an empty string.

Pascal
NullStr: PString = @EmptyStr;
C++
PString NullStr = @EmptyStr;

NullStr defines a pointer to the empty string EmptyStr

 

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