* Changed halt statement with proper exception

git-svn-id: trunk@5583 -
This commit is contained in:
michael 2006-12-13 19:29:04 +00:00
parent c65744ab41
commit 8cc78e212d

View File

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