en InitInheritedComponent erbij voor Delphi 6 compatibiliteit

This commit is contained in:
michael 2003-06-04 17:37:52 +00:00
parent ad0dd43c4b
commit 6d6bd0d1b9

View File

@ -38,6 +38,7 @@ const
SLineTooLong = 'Line too long'; SLineTooLong = 'Line too long';
SRangeError = 'Range error'; SRangeError = 'Range error';
SSeekNotImplemented = '64bit Seek not implemented for class %s'; SSeekNotImplemented = '64bit Seek not implemented for class %s';
SErrNoStreaming = 'Failed to initialize component: No streaming method available.';
SInvalidPropertyValue = 'Invalid property value'; SInvalidPropertyValue = 'Invalid property value';
SInvalidPropertyPath = 'Invalid property path'; SInvalidPropertyPath = 'Invalid property path';
@ -275,7 +276,10 @@ const
{ {
$Log$ $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 * old logs removed and tabs fixed
} }