Unit 'fpexprpars' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#fcl]

TFPExprIdentifierDef.ParameterTypes

The parameter types for function identifiers

Declaration

Source position: fpexprpars.pp line 550

published property TFPExprIdentifierDef.ParameterTypes : AnsiString
  read FArgumentTypes
  write SetArgumentTypes;

Description

The ParameterTypes property specifies the expected parameter types for function identifiers. It contains an array or string describing the data types that the function expects to receive as arguments.

The parameter type information is used during expression parsing and validation to ensure that function calls provide arguments of the correct types, enabling compile-time type checking for function calls.


Documentation generated on: Dec 15 2025