git-svn-id: trunk@19191 -
@@ -18,6 +18,9 @@
*********************************************************************
}
+type
+ TUnicodeCharArray = array of UnicodeChar;
+
function Trim(const S: unicodestring): unicodestring;
function TrimLeft(const S: unicodestring): unicodestring;
function TrimRight(const S: unicodestring): unicodestring;
@@ -98,6 +98,8 @@ type
PWordarray = ^TWordArray;
TWordArray = array[0..16383] of Word;
+ TBytes = array of Byte;
{ exceptions }
Exception = class(TObject)
private