RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
WideStrUtils.WideLastChar Function

Gets last character in a WideString.

Pascal
function WideLastChar(const S: WideString): PWideChar;
C++
PWideChar WideLastChar(const BSTR S);

WideLastChar returns a pointer to the last character in the WideString

 

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