RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
WideStrUtils.WStrEnd Function

Returns a pointer to the end of a PWideChar.

Pascal
function WStrEnd(const Str: PWideChar): PWideChar;
C++
PWideChar WStrEnd(const PWideChar Str);

WStrEnd returns a pointer to the null character at the end of Str

 

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