Browse Source

en InitInheritedComponent erbij voor Delphi 6 compatibiliteit

michael 22 years ago
parent
commit
6d6bd0d1b9
1 changed files with 5 additions and 1 deletions
  1. 5 1
      fcl/inc/constse.inc

+ 5 - 1
fcl/inc/constse.inc

@@ -38,6 +38,7 @@ const
   SLineTooLong = 'Line too long';
   SRangeError = 'Range error';
   SSeekNotImplemented = '64bit Seek not implemented for class %s';
+  SErrNoStreaming = 'Failed to initialize component: No streaming method available.';
 
   SInvalidPropertyValue = 'Invalid property value';
   SInvalidPropertyPath = 'Invalid property path';
@@ -275,7 +276,10 @@ const
 
 {
   $Log$
-  Revision 1.7  2002-09-07 15:15:24  peter
+  Revision 1.8  2003-06-04 17:37:52  michael
+  en InitInheritedComponent erbij voor Delphi 6 compatibiliteit
+
+  Revision 1.7  2002/09/07 15:15:24  peter
     * old logs removed and tabs fixed
 
 }