mirror of
https://gitlab.com/freepascal.org/fpc/pas2js.git
synced 2025-09-04 18:10:12 +02:00
* TDatamodule, TResourceStream added
This commit is contained in:
parent
dfb8c2a06c
commit
079edf826b
@ -82,6 +82,13 @@ Resourcestring
|
||||
SRangeError = 'Range error';
|
||||
|
||||
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
|
||||
|
||||
end.
|
||||
|
Loading…
Reference in New Issue
Block a user