Unit 'PParser' Package
[Overview][Resource strings][Constants][Types][Classes][Procedures and functions][Variables][Index] [#fcl-passrc]

Reference for unit 'PParser': Resource strings

SErrNoSourceGiven
'No source file specified'

SErrMultipleSourceFiles
'Please specify only one source file'

SParserError
'Error'

SParserErrorAtToken
'%s at token "%s" in file %s at line %d column %d'

SParserUngetTokenError
'Internal error: Cannot unget more tokens, history buffer is full'

SParserExpectTokenError
'Expected "%s"'

SParserForwardNotInterface
'The use of a FORWARD procedure modifier is not allowed in the interface'

SParserExpectVisibility
'Expected visibility specifier'

SParserStrangeVisibility
'Strange strict visibility encountered : "%s"'

SParserExpectToken2Error
'Expected "%s" or "%s"'

SParserExpectedCommaRBracket
'Expected "," or ")"'

SParserExpectedCommaSemicolon
'Expected "," or ";"'

SParserExpectedAssignIn
'Expected := or in'

SParserExpectedCommaColon
'Expected "," or ":"'

SErrUnknownOperatorType
'Unknown operator type: %s'

SParserOnlyOneArgumentCanHaveDefault
'A default value can only be assigned to 1 parameter'

SParserExpectedLBracketColon
'Expected "(" or ":"'

SParserExpectedSemiColonEnd
'Expected ";" or "End"'

SParserExpectedConstVarID
'Expected "const", "var" or identifier'

SParserExpectedNested
'Expected nested keyword'

SParserExpectedColonID
'Expected ":" or identifier'

SParserSyntaxError
'Syntax error'

SParserTypeSyntaxError
'Syntax error in type'

SParserArrayTypeSyntaxError
'Syntax error in array type'

SParserExpectedIdentifier
'Identifier expected'

SParserNotAProcToken
'Not a procedure or function token'

SRangeExpressionExpected
'Range expression expected'

SParserExpectCase
'Case label expression expected'

SParserGenericFunctionNeedsGenericKeyword
'Generic function needs keyword generic'

SLogStartImplementation
'Start parsing implementation section.'

SLogStartInterface
'Start parsing interface section'

SParserNoConstructorAllowed
'Constructors or Destructors are not allowed in Interfaces or Records'

SParserNoFieldsAllowedInX
'Fields are not allowed in %s'

SParserInvalidRecordVisibility
'Records can only have public and (strict) private as visibility specifiers'

SErrRecordConstantsNotAllowed
'Record constants not allowed at this location'

SErrRecordVariablesNotAllowed
'Record variables not allowed at this location'

SErrRecordMethodsNotAllowed
'Record methods not allowed at this location'

SErrRecordPropertiesNotAllowed
'Record properties not allowed at this location'

SErrRecordTypesNotAllowed
'Record types not allowed at this location'

SParserTypeNotAllowedHere
'Type "%s" not allowed here'

SParserNotAnOperand
'Not an operand: (%d : %s)'

SParserArrayPropertiesCannotHaveDefaultValue
'Array properties cannot have default value'

SParserDefaultPropertyMustBeArray
'The default property must be an array property'

SParserUnknownProcedureType
'Unknown procedure type "%d"'

SParserGenericArray1Element
'Generic arrays can have only 1 template element'

SParserTypeParamsNotAllowedOnType
'Type parameters not allowed on this type'

SParserDuplicateIdentifier
'Duplicate identifier "%s"'

SParserDefaultParameterRequiredFor
'Default parameter required for "%s"'

SParserOnlyOneVariableCanBeInitialized
'Only one variable can be initialized'

SParserExpectedTypeButGot
'Expected type, but got %s'

SParserPropertyArgumentsCanNotHaveDefaultValues
'Property arguments can not have default values'

SParserExpectedExternalClassName
'Expected external class name'

SParserNoConstRangeAllowed
'Const ranges are not allowed'

SParserResourcestringsMustBeGlobal
'Resourcestrings can be only static or global'

SParserOnlyOneVariableCanBeAbsolute
'Only one variable can be absolute'

SParserXNotAllowedInY
'%s is not allowed in %s'

SErrFileSystemNotSupported
'No support for filesystems enabled'

SErrInvalidMessageType
'Invalid message type: string or integer expression expected'


Documentation generated on: 2023-03-18