mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-22 04:29:29 +02:00
* Some delphi compatibility constants
This commit is contained in:
parent
e4ebf46df3
commit
df67c18f7d
@ -18,6 +18,10 @@ unit RtlConsts;
|
||||
|
||||
interface
|
||||
|
||||
Const
|
||||
SEmpty : string = 'Empty';
|
||||
|
||||
|
||||
ResourceString
|
||||
|
||||
{ ---------------------------------------------------------------------
|
||||
@ -33,6 +37,7 @@ ResourceString
|
||||
SAllButton = '&All';
|
||||
SAllFilter = 'All files';
|
||||
SAncestorNotFound = 'Ancestor class for "%s" not found';
|
||||
SArgumentInvalid = 'Invalid argument';
|
||||
SArgumentNil = 'Argument must not be nil';
|
||||
SAssignError = 'Cannot assign a %s to a %s';
|
||||
SAsyncSocketError = 'Asynchronous socket error: %d';
|
||||
@ -168,6 +173,7 @@ ResourceString
|
||||
SInvalidImage = 'Invalid stream format';
|
||||
SInvalidImageList = 'Invalid ImageList';
|
||||
SInvalidImageSize = 'Invalid image size';
|
||||
SInvalidKnownFilename = 'Invalid filename - %s';
|
||||
SInvalidMask = '"%s" is not a valid mask at (%d)';
|
||||
SInvalidMemoSize = 'Text larger than memo capacity';
|
||||
SInvalidMetafile = 'Invalid Metafile';
|
||||
|
Loading…
Reference in New Issue
Block a user