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