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

Reference for unit 'PasResolveEval': Resource strings

sIdentifierNotFound
'identifier not found "%s"'

sNotYetImplemented
'not yet implemented: %s'

sIllegalQualifier
'illegal qualifier "%s"'

sSyntaxErrorExpectedButFound
'Syntax error, "%s" expected but "%s" found'

sWrongNumberOfParametersForCallTo
'Wrong number of parameters specified for call to "%s"'

sIncompatibleTypeArgNo
'Incompatible type for arg no. %s: Got "%s", expected "%s"'

sIncompatibleTypeArgNoVarParamMustMatchExactly
'Incompatible type for arg no. %s: Got "%s", expected "%s". Var param must match exactly.'

sVariableIdentifierExpected
'Variable identifier expected'

sDuplicateIdentifier
'Duplicate identifier "%s" at %s'

sXExpectedButYFound
'%s expected, but %s found'

sAncestorCycleDetected
'Ancestor cycle detected'

sCantUseForwardDeclarationAsAncestor
'Can''t use forward declaration "%s" as ancestor'

sCantDetermineWhichOverloadedFunctionToCall
'Can''t determine which overloaded function to call'

sForwardTypeNotResolved
'Forward type not resolved "%s"'

sForwardProcNotResolved
'Forward %s not resolved "%s"'

sInvalidXModifierY
'Invalid %s modifier %s'

sAbstractMethodsMustNotHaveImplementation
'Abstract method must not have an implementation.'

sCallingConventionMismatch
'Calling convention mismatch'

sResultTypeMismatchExpectedButFound
'Result type mismatch, expected %s, but found %s'

sFunctionHeaderMismatchForwardVarName
'function header "%s" doesn''t match forward : var name changes %s => %s'

sFunctionHidesIdentifier
'function hides identifier at "%s". Use overload or reintroduce'

sNoMethodInAncestorToOverride
'There is no method in an ancestor class to be overridden "%s"'

sInheritedOnlyWorksInMethods
'Inherited works only in methods'

sInheritedNeedsAncestor
'inherited needs an ancestor'

sNoPropertyFoundToOverride
'No property found to override'

sExprTypeMustBeClassOrRecordTypeGot
'Expression type must be class or record type, got %s'

sPropertyNotWritable
'No member is provided to access property'

sIncompatibleTypesGotExpected
'Incompatible types: got "%s" expected "%s"'

sTypesAreNotRelatedXY
'Types are not related: "%s" and "%s"'

sAbstractMethodsCannotBeCalledDirectly
'Abstract methods cannot be called directly'

sMissingParameterX
'Missing parameter %s'

sInstanceMemberXInaccessible
'Instance member "%s" inaccessible here'

sInOperatorExpectsSetElementButGot
'the in-operator expects a set element, but got %s'

sWrongNumberOfParametersForTypeCast
'wrong number of parameters for type cast to %s'

sIllegalTypeConversionTo
'Illegal type conversion: "%s" to "%s"'

sConstantExpressionExpected
'Constant expression expected'

sLeftSideOfIsOperatorExpectsAClassButGot
'left side of is-operator expects a class, but got "%s"'

sNotReadable
'not readable'

sClassPropertyAccessorMustBeStatic
'class property accessor must be static'

sClassPropertyAccessorMustNotBeStatic
'class property accessor must not be static'

sOnlyOneDefaultPropertyIsAllowed
'Only one default property is allowed'

sWrongNumberOfParametersForArray
'Wrong number of parameters for array'

sCantAssignValuesToAnAddress
'Can''t assign values to an address'

sIllegalExpression
'Illegal expression'

sCantAccessXMember
'Can''t access %s member %s'

sMustBeInsideALoop
'%s must be inside a loop'

sExpectXArrayElementsButFoundY
'Expect %s array elements, but found %s'

sCannotCreateADescendantOfTheSealedXY
'Cannot create a descendant of the sealed %s "%s"'

sAncestorIsNotExternal
'Ancestor "%s" is not external'

sPropertyMustHaveReadOrWrite
'Property must have read or write accessor'

sVirtualMethodXHasLowerVisibility
'Virtual method "%s" has a lower visibility (%s) than parent class %s (%s)'

sExternalClassInstanceCannotAccessStaticX
'External class instance cannot access static %s'

sXModifierMismatchY
'%s modifier "%s" mismatch'

sSymbolCannotBePublished
'Symbol cannot be published'

sCannotTypecastAType
'Cannot type cast a type'

sTypeIdentifierExpected
'Type identifier expected'

sCannotNestAnonymousX
'Cannot nest anonymous %s'

sFoundCallCandidateX
'Found call candidate %s'

sTextAfterFinalIgnored
'Text after final ''end.''. ignored by compiler'

sNoMemberIsProvidedToAccessProperty
'No member is provided to access property'

sTheUseOfXisNotAllowedInARecord
'The use of "%s" is not allowed in a record'

sParameterlessConstructorsNotAllowedInRecords
'Parameterless constructors are not allowed in records or record/type helpers'

sMultipleXinTypeYNameZCAandB
'Multiple %s in %s %s: %s and %s'

sXCannotHaveParameters
'%s cannot have parameters'

sSymbolXIsNotPortable
'Symbol "%s" is not portable'

sSymbolXIsExperimental
'Symbol "%s" is experimental'

sSymbolXIsNotImplemented
'Symbol "%s" is not implemented'

sSymbolXBelongsToALibrary
'Symbol "%s" belongs to a library'

sSymbolXIsDeprecated
'Symbol "%s" is deprecated'

sSymbolXIsDeprecatedY
'Symbol "%s" is deprecated: %s'

sRangeCheckError
'Range check error'

sHighRangeLimitLTLowRangeLimit
'High range limit < low range limit'

sRangeCheckEvaluatingConstantsVMinMax
'range check error while evaluating constants (%s is not between %s and %s)'

sIllegalChar
'Illegal character'

sOverflowInArithmeticOperation
'Overflow in arithmetic operation'

sDivByZero
'Division by zero'

sRangeCheckInSetConstructor
'range check error in set constructor or duplicate set element'

sIncompatibleTypesGotParametersExpected
'Incompatible types, got %s parameters, expected %s'

sAddingIndexSpecifierRequiresNewX
'adding index specifier requires new "%s" specifier'

sCantFindUnitX
'can''t find unit "%s"'

sCannotFindEnumeratorForType
'Cannot find an enumerator for the type "%s"'

sPreviousDeclMissesOverload
'Previous declaration of "%s" at %s was not marked with "overload" directive'

sOverloadedProcMissesOverload
'Overloaded procedure misses "overload" directive. Previous declaration is at %s'

sMethodHidesMethodOfBaseType
'Method "%s" hides method of base type "%s" at %s'

sContextExpectedXButFoundY
'%s: expected "%s", but found "%s"'

sContextXInvalidY
'%s: invalid %s'

sIdentifierXIsNotAnInstanceField
'Identifier "%s" is not an instance field'

sConstructingClassXWithAbstractMethodY
'Constructing a class "%s" with abstract method "%s"'

sXIsNotSupported
'%s is not supported'

sOperatorIsNotOverloadedAOpB
'Operator is not overloaded: "%s" %s "%s"'

sIllegalQualifierAfter
'illegal qualifier "%s" after "%s"'

sIllegalQualifierInFrontOf
'illegal qualifier "%s" in front of "%s"'

sIllegalQualifierWithin
'illegal qualifier "%s" within "%s"'

sClassXNotFoundInThisModule
'class "%s" not found in this module'

sNoMatchingImplForIntfMethodXFound
'No matching implementation for interface method "%s" found'

sClassMethodsMustBeStaticInX
'Class methods must be static in %s'

sCannotMixMethodResolutionAndDelegationAtX
'Cannot mix method resolution and delegation at %s'

sImplementsDoesNotSupportArrayProperty
'"implements" does dot support array property'

sImplementsDoesNotSupportIndex
'"implements" does not support "index"'

sImplementsUsedOnUnimplIntf
'Implements-property used on unimplemented interface: "%"'

sDuplicateImplementsForIntf
'Duplicate implements for interface "%s" at %s'

sImplPropMustHaveReadSpec
'Implements-property must have read specifier'

sDoesNotImplementInterface
'"%s" does not implement interface "%s"'

sTypeCycleFound
'Type cycle found'

sTypeXIsNotYetCompletelyDefined
'type "%s" is not yet completely defined'

sDuplicateCaseValueXatY
'Duplicate case value "%s", other at %s'

sMissingFieldsX
'Missing fields: "%s"'

sCantAssignValuesToConstVariable
'Can''t assign values to const variable'

sIllegalAssignmentToForLoopVar
'Illegal assignment to for-loop variable "%s"'

sTypeXCannotBeExtendedByATypeHelper
'Type "%s" cannot be extended by a type helper'

sTypeXCannotBeExtendedByARecordHelper
'Type "%s" cannot be extended by a record helper'

sDerivedXMustExtendASubClassY
'Derived %s must extend a subclass of "%s" or the class itself'

sDefaultPropertyNotAllowedInHelperForX
'Default property not allowed in helper for %s'

sHelpersCannotBeUsedAsTypes
'helpers cannot be used as types'

sMessageHandlersInvalidParams
'Message handlers can take only one call by ref. parameter'

sImplictConversionUnicodeToAnsi
'Implicit string type conversion with potential data loss from "UnicodeString" to "AnsiString"'

sWrongTypeXInArrayConstructor
'Wrong type "%s" in array constructor'

sUnknownCustomAttributeX
'Unknown custom attribute "%s"'

sAttributeIgnoredBecauseAbstractX
'attribute ignored because abstract %s'

sCreatingAnInstanceOfAbstractClassY
'Creating an instance of abstract class "%s"'

sIllegalExpressionAfterX
'illegal expression after %s'

sMethodHidesNonVirtualMethodExactly
'method hides identifier at "%s". Use reintroduce'

sDuplicatePublishedMethodXAtY
'Duplicate published method "%s" at %s'

sConstraintXSpecifiedMoreThanOnce
'Constraint "%s" specified more than once'

sConstraintXAndConstraintYCannotBeTogether
'"%s" constraint and "%s" constraint cannot be specified together'

sXIsNotAValidConstraint
'"%s" is not a valid constraint'

sWrongNumberOfParametersForGenericX
'wrong number of parameters for generic %s'

sGenericsWithoutSpecializationAsType
'Generics without specialization cannot be used as a type for a %s'

sDeclOfXDiffersFromPrevAtY
'Declaration of "%s" differs from previous declaration at %s'

sTypeParamXIsMissingConstraintY
'Type parameter "%s" is missing constraint "%s"'

sTypeParamXIsNotCompatibleWithY
'Type parameter "%s" is not compatible with type "%s"'

sTypeParamXMustSupportIntfY
'Type parameter "%s" must support interface "%s"'

sTypeParamsNotAllowedOnX
'Type parameters not allowed on %s'

sXMethodsCannotHaveTypeParams
'%s methods cannot have type parameters'

sImplMustNotRepeatConstraints
'Implementations must not repeat constraints'

sCouldNotInferTypeArgXForMethodY
'Could not infer generic type argument "%s" for method "%s"'

sInferredTypeXFromDiffArgsMismatchFromMethodY
'Inferred type "%s" from different arguments mismatch for method "%s"'

sParamOfThisTypeCannotHaveDefVal
'Parameters of this type cannot have default values'

sClassTypesAreNotRelatedXY
'Class types "%s" and "%s" are not related'

sDirectiveXNotAllowedHere
'Directive "%s" not allowed here'

sAwaitWithoutPromise
'Await without promise'

sSymbolCannotBeExportedFromALibrary
'The symbol cannot be exported from a library'

sForLoopControlVarMustBeSimpleLocalVar
'For loop control variable must be simple local variable'


Documentation generated on: 2023-03-18