Browse Source

* Additional Delphi-compatible constant

Michaël Van Canneyt 1 year ago
parent
commit
0534810703
1 changed files with 2 additions and 1 deletions
  1. 2 1
      rtl/objpas/rtlconst.inc

+ 2 - 1
rtl/objpas/rtlconst.inc

@@ -579,7 +579,8 @@ ResourceString
   sDeviceExists = 'Device ''%s'' already exists';
   sDeviceExists = 'Device ''%s'' already exists';
   sCannotManuallyConstructDevice = 'Manual construction of TDeviceInfo is not supported'; 
   sCannotManuallyConstructDevice = 'Manual construction of TDeviceInfo is not supported'; 
   SArgumentOutOfRange = 'Argument out of range';
   SArgumentOutOfRange = 'Argument out of range';
-
+  StrNoClientClass = 'The client cannot be an instance of the class %s';  
+  
   { Classes observer support }
   { Classes observer support }
   SErrNotIObserverInterface = 'Interface is not an IObserver interface';
   SErrNotIObserverInterface = 'Interface is not an IObserver interface';
   SErrUnsupportedObserver = 'Observer type not supported';
   SErrUnsupportedObserver = 'Observer type not supported';