소스 검색

* Map error

michael 5 년 전
부모
커밋
25cd4a3287
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      packages/rtl/rtlconsts.pas

+ 1 - 0
packages/rtl/rtlconsts.pas

@@ -20,6 +20,7 @@ Resourcestring
   SInvalidArgIndex              = 'Invalid argument index in format: "%s"';
   SListCapacityError            = 'List capacity (%s) exceeded.';
   SListCountError               = 'List count (%s) out of bounds.';
+  SMapKeyError                  = 'Key not found : %s';
   SListIndexError               = 'List index (%s) out of bounds';
   SSortedListError              = 'Operation not allowed on sorted list';
   SDuplicateString              = 'String list does not allow duplicates';