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

TExprParameterArray

Array type for function parameters in expressions

Declaration

Source position: fpexprpars.pp line 109

type TExprParameterArray = array of TFPExpressionResult;

Description

This array type holds the parameter values passed to functions during expression evaluation. Each element is a TFPExpressionResult containing both the value and type information for one parameter.

The array is dynamically sized to accommodate functions with varying numbers of parameters. Functions use this array to access their input parameters and determine their types during evaluation.


Documentation generated on: Dec 15 2025