A pointer to an empty string.
NullStr: PString = @EmptyStr;
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!
|