mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-20 04:59:26 +02:00
* Changed halt statement with proper exception
git-svn-id: trunk@5583 -
This commit is contained in:
parent
c65744ab41
commit
8cc78e212d
@ -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';
|
||||
|
Loading…
Reference in New Issue
Block a user