Browse Source

* TDatamodule, TResourceStream added

Michaël Van Canneyt 3 years ago
parent
commit
079edf826b
1 changed files with 7 additions and 0 deletions
  1. 7 0
      packages/rtl/rtlconsts.pas

+ 7 - 0
packages/rtl/rtlconsts.pas

@@ -82,6 +82,13 @@ Resourcestring
   SRangeError                     = 'Range error';
   SRangeError                     = 'Range error';
 
 
   SParamIsNegative                = 'Parameter "%s" cannot be negative.';
   SParamIsNegative                = 'Parameter "%s" cannot be negative.';
+
+  SErrNoStreaming                 = 'Failed to initialize component class "%s": No streaming method available.';
+  SResNotFound                    = 'Resource %s not found';
+  SErrResourceStreamNoWrite       = 'Cannot write to resource stream';
+  SErrResourceNotBase64           = 'Resource %s is not base64 encoded';
+
+
 implementation
 implementation
 
 
 end.
 end.