فهرست منبع

* Observe doclear

git-svn-id: trunk@43416 -
michael 5 سال پیش
والد
کامیت
f622f58b04
1فایلهای تغییر یافته به همراه2 افزوده شده و 1 حذف شده
  1. 2 1
      rtl/objpas/classes/stringl.inc

+ 2 - 1
rtl/objpas/classes/stringl.inc

@@ -534,7 +534,8 @@ begin
  QuoteChars in the string must be repeated to distinguish them from the QuoteChars enclosing the string.
  QuoteChars in the string must be repeated to distinguish them from the QuoteChars enclosing the string.
  }
  }
  try
  try
-  Clear;
+  if DoClear then
+    Clear;
   len:=length(AValue);
   len:=length(AValue);
   If aStrictDelimiter then
   If aStrictDelimiter then
     begin
     begin