RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
WideString::TrimRight Method

Returns a new System::WideString without trailing spaces or control characters.

Pascal
function TrimRight: WideString;
C++
__fastcall WideString TrimRight() const;

System::WideString::TrimRight returns a new System::WideString removing trailing spaces and control characters. Use the System::WideString::TrimRight function to remove blank space after the last printing character. 

 

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