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