mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-03 17:57:20 +01:00
* Add delphi compatible constant
This commit is contained in:
parent
9b9623b289
commit
972b961f2b
@ -580,6 +580,7 @@ ResourceString
|
||||
sCannotManuallyConstructDevice = 'Manual construction of TDeviceInfo is not supported';
|
||||
SArgumentOutOfRange = 'Argument out of range';
|
||||
StrNoClientClass = 'The client cannot be an instance of the class %s';
|
||||
ListIndexErrorExt = 'List index out of bounds (%0:d). %2:s object range is 0..%1:d';
|
||||
|
||||
{ Classes observer support }
|
||||
SErrNotIObserverInterface = 'Interface is not an IObserver interface';
|
||||
@ -588,7 +589,6 @@ ResourceString
|
||||
SErrObserverNoSinglecast = 'No singlecast observer interface found';
|
||||
SerrObserverNoMulticastFound = 'No multicast observer interface (%d) found';
|
||||
SErrObserverNotAvailable = 'Observer type (%d) not available';
|
||||
|
||||
implementation
|
||||
|
||||
end.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user