RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
SysUtils.NullStr Variable

A pointer to an empty string.

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

SysUtils

NullStr defines a pointer to the empty string EmptyStr

 

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