RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
AnsiString::TrimLeft Method

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

Pascal
function TrimLeft: String;
C++
__fastcall AnsiString TrimLeft() const;

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

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!