* TDatamodule, TResourceStream added

This commit is contained in:
Michaël Van Canneyt 2022-03-21 22:46:09 +01:00
parent dfb8c2a06c
commit 079edf826b

View File

@ -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.