restemplate/indy/System/IdResourceStringsTextEncodi...

17 lines
464 B
Plaintext

unit IdResourceStringsTextEncoding;
interface
resourcestring
//TIdTextEncoding
RSInvalidSourceArray = 'Invalid source array';
RSInvalidDestinationArray = 'Invalid destination array';
RSCharIndexOutOfBounds = 'Character index out of bounds (%d)';
RSByteIndexOutOfBounds = 'Start index out of bounds (%d)';
RSInvalidCharCount = 'Invalid count (%d)';
RSInvalidDestinationIndex = 'Invalid destination index (%d)';
implementation
end.