|
@@ -95,6 +95,7 @@ Resourcestring
|
|
|
SMaxIndexes = 'The maximum amount of indexes is reached';
|
|
|
SMinIndexes = 'The minimum amount of indexes is 1';
|
|
|
STooManyFields = 'More fields specified then really exist';
|
|
|
+ SNullParamNotAllowed = 'The parameter ''%s'' does not allow null-values';
|
|
|
// These are added for Delphi-compatilility, but not used by the fcl:
|
|
|
SFieldIndexError = 'Field index out of range';
|
|
|
SIndexFieldMissing = 'Cannot access index field ''%s''';
|