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