Browse Source

* Changed halt statement with proper exception

git-svn-id: trunk@5583 -
michael 18 years ago
parent
commit
8cc78e212d
1 changed files with 1 additions and 0 deletions
  1. 1 0
      rtl/objpas/rtlconst.inc

+ 1 - 0
rtl/objpas/rtlconst.inc

@@ -112,6 +112,7 @@ ResourceString
   SErrNoVariantSupport          = 'No variant support for properties. Please use the variants unit in your project and recompile';
   SErrNoVariantSupport          = 'No variant support for properties. Please use the variants unit in your project and recompile';
   SErrOutOfMemory               = 'Out of memory';
   SErrOutOfMemory               = 'Out of memory';
   SErrPropertyNotFound          = 'Unknown property: "%s"';
   SErrPropertyNotFound          = 'Unknown property: "%s"';
+  SerrInvalidPropertyType       = 'Invalid property type from streamed property: %d';
   SErrUnknownEnumValue          = 'Unknown enumeration value: "%s"';
   SErrUnknownEnumValue          = 'Unknown enumeration value: "%s"';
   SFailedToCallConstructor      = 'TStrings descendant "%s" failed to call inherited constructor';
   SFailedToCallConstructor      = 'TStrings descendant "%s" failed to call inherited constructor';
   SFB                           = 'FB';
   SFB                           = 'FB';