RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
AnsiStringBase::TrimLeft Method

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

Pascal
function TrimLeft(codePage: Integer): AnsiStringBase;
C++
__fastcall AnsiStringBase TrimLeft(int codePage) const;

System::AnsiStringBase::TrimLeft returns a new System::AnsiStringBase removing leading spaces and control characters. Use System::AnsiStringBase::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!