RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
WideString::TrimLeft Method

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

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

System::WideString::TrimLeft returns a new System::WideString removing leading spaces and control characters. Use System::WideString::TrimLeft to remove blank space before the first printing character. 

 

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