RAD Studio VCL Reference
|
Returns the substring of a specified length that appears at the start of a string.
function AnsiLeftStr(const AText: string; const ACount: Integer): string; overload;
AnsiString AnsiLeftStr(const AnsiString AText, const int ACount);
AnsiLeftStr returns the leading characters of AText up to a length of ACount characters.
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|